Struct gio_sys::GTlsClientConnection
source · #[repr(C)]pub struct GTlsClientConnection { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GTlsClientConnection
impl !Send for GTlsClientConnection
impl !Sync for GTlsClientConnection
impl !Unpin for GTlsClientConnection
impl UnwindSafe for GTlsClientConnection
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more