#[repr(C)]pub struct GTlsClientConnectionInterface {
pub g_iface: GTypeInterface,
pub copy_session_state: Option<extern "C" fn(*mut GTlsClientConnection, *mut GTlsClientConnection)>,
}Fields§
§g_iface: GTypeInterface§copy_session_state: Option<extern "C" fn(*mut GTlsClientConnection, *mut GTlsClientConnection)>Auto Trait Implementations§
impl Freeze for GTlsClientConnectionInterface
impl RefUnwindSafe for GTlsClientConnectionInterface
impl Send for GTlsClientConnectionInterface
impl Sync for GTlsClientConnectionInterface
impl Unpin for GTlsClientConnectionInterface
impl UnwindSafe for GTlsClientConnectionInterface
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