Struct frida_sys::_GTlsCertificateClass
source · #[repr(C)]pub struct _GTlsCertificateClass {
pub parent_class: GObjectClass,
pub verify: Option<unsafe extern "C" fn(cert: *mut GTlsCertificate, identity: *mut GSocketConnectable, trusted_ca: *mut GTlsCertificate) -> GTlsCertificateFlags>,
pub padding: [gpointer; 8],
}Fields§
§parent_class: GObjectClass§verify: Option<unsafe extern "C" fn(cert: *mut GTlsCertificate, identity: *mut GSocketConnectable, trusted_ca: *mut GTlsCertificate) -> GTlsCertificateFlags>§padding: [gpointer; 8]Trait Implementations§
source§impl Clone for _GTlsCertificateClass
impl Clone for _GTlsCertificateClass
source§fn clone(&self) -> _GTlsCertificateClass
fn clone(&self) -> _GTlsCertificateClass
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