Type Alias frida_sys::GTlsBackendInterface
source · pub type GTlsBackendInterface = _GTlsBackendInterface;Aliased Type§
struct GTlsBackendInterface {
pub g_iface: _GTypeInterface,
pub supports_tls: Option<unsafe extern "C" fn(_: *mut _GTlsBackend) -> i32>,
pub get_certificate_type: Option<unsafe extern "C" fn() -> u32>,
pub get_client_connection_type: Option<unsafe extern "C" fn() -> u32>,
pub get_server_connection_type: Option<unsafe extern "C" fn() -> u32>,
pub get_file_database_type: Option<unsafe extern "C" fn() -> u32>,
pub get_default_database: Option<unsafe extern "C" fn(_: *mut _GTlsBackend) -> *mut _GTlsDatabase>,
pub supports_dtls: Option<unsafe extern "C" fn(_: *mut _GTlsBackend) -> i32>,
pub get_dtls_client_connection_type: Option<unsafe extern "C" fn() -> u32>,
pub get_dtls_server_connection_type: Option<unsafe extern "C" fn() -> u32>,
}Fields§
§g_iface: _GTypeInterface§supports_tls: Option<unsafe extern "C" fn(_: *mut _GTlsBackend) -> i32>§get_certificate_type: Option<unsafe extern "C" fn() -> u32>§get_client_connection_type: Option<unsafe extern "C" fn() -> u32>§get_server_connection_type: Option<unsafe extern "C" fn() -> u32>§get_file_database_type: Option<unsafe extern "C" fn() -> u32>§get_default_database: Option<unsafe extern "C" fn(_: *mut _GTlsBackend) -> *mut _GTlsDatabase>§supports_dtls: Option<unsafe extern "C" fn(_: *mut _GTlsBackend) -> i32>§get_dtls_client_connection_type: Option<unsafe extern "C" fn() -> u32>§get_dtls_server_connection_type: Option<unsafe extern "C" fn() -> u32>