Struct gio_sys::GTlsCertificateClass
source · #[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: GObjectClass
§verify: Option<unsafe extern "C" fn(_: *mut GTlsCertificate, _: *mut GSocketConnectable, _: *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