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 GTlsClientConnectionInterface
impl Clone for GTlsClientConnectionInterface
[src]
impl Clone for GTlsClientConnectionInterface
fn clone(&self) -> GTlsClientConnectionInterface
[src]
fn clone(&self) -> GTlsClientConnectionInterface
Returns 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 GTlsClientConnectionInterface
Auto Trait Implementations
impl Send for GTlsClientConnectionInterface
impl Send for GTlsClientConnectionInterface
impl Sync for GTlsClientConnectionInterface
impl Sync for GTlsClientConnectionInterface