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