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: GTypeInterface
copy_session_state: Option<unsafe extern "C" fn(_: *mut GTlsClientConnection, _: *mut GTlsClientConnection)>
Trait Implementations
Auto Trait Implementations
impl Send for GTlsClientConnectionInterface
impl Sync for GTlsClientConnectionInterface
impl Unpin for GTlsClientConnectionInterface
impl UnwindSafe for GTlsClientConnectionInterface
Blanket Implementations
Mutably borrows from an owned value. Read more