#[repr(C)]pub struct _GTlsClientConnectionInterface {
pub g_iface: GTypeInterface,
pub copy_session_state: Option<unsafe extern "C" fn(conn: *mut GTlsClientConnection, source: *mut GTlsClientConnection)>,
}Fields§
§g_iface: GTypeInterface§copy_session_state: Option<unsafe extern "C" fn(conn: *mut GTlsClientConnection, source: *mut GTlsClientConnection)>Trait Implementations§
source§impl Clone for _GTlsClientConnectionInterface
impl Clone for _GTlsClientConnectionInterface
source§fn clone(&self) -> _GTlsClientConnectionInterface
fn clone(&self) -> _GTlsClientConnectionInterface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more