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