Struct gio_sys::GTlsCertificateClass [−][src]
#[repr(C)]pub struct GTlsCertificateClass { pub parent_class: GObjectClass, pub verify: Option<unsafe extern "C" fn(_: *mut GTlsCertificate, _: *mut GSocketConnectable, _: *mut GTlsCertificate) -> GTlsCertificateFlags>, pub padding: [gpointer; 8], }
Fields
parent_class: GObjectClassverify: Option<unsafe extern "C" fn(_: *mut GTlsCertificate, _: *mut GSocketConnectable, _: *mut GTlsCertificate) -> GTlsCertificateFlags>padding: [gpointer; 8]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GTlsCertificateClassimpl !Send for GTlsCertificateClassimpl !Sync for GTlsCertificateClassimpl Unpin for GTlsCertificateClassimpl UnwindSafe for GTlsCertificateClassBlanket Implementations
Mutably borrows from an owned value. Read more