pub type GTlsClientConnectionInterface = _GTlsClientConnectionInterface;
Aliased Type§
#[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)>