Struct gio_sys::GTlsClientConnectionInterface [−][src]
#[repr(C)]pub struct GTlsClientConnectionInterface { pub g_iface: GTypeInterface, pub copy_session_state: Option<unsafe extern "C" fn(_: *mut GTlsClientConnection, _: *mut GTlsClientConnection)>, }
Fields
g_iface: GTypeInterfacecopy_session_state: Option<unsafe extern "C" fn(_: *mut GTlsClientConnection, _: *mut GTlsClientConnection)>Trait Implementations
Auto Trait Implementations
impl Send for GTlsClientConnectionInterfaceimpl Sync for GTlsClientConnectionInterfaceimpl Unpin for GTlsClientConnectionInterfaceimpl UnwindSafe for GTlsClientConnectionInterfaceBlanket Implementations
Mutably borrows from an owned value. Read more