#[repr(C)]pub struct GTlsClientConnection { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GTlsClientConnection
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