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
impl Copy for GTlsClientConnectionInterface[src]
impl Clone for GTlsClientConnectionInterface[src]
fn clone(&self) -> GTlsClientConnectionInterface[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more