#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GTlsCertificateClass
Auto Trait Implementations§
impl !Send for GTlsCertificateClass
impl !Sync for GTlsCertificateClass
impl Freeze for GTlsCertificateClass
impl RefUnwindSafe for GTlsCertificateClass
impl Unpin for GTlsCertificateClass
impl UnsafeUnpin for GTlsCertificateClass
impl UnwindSafe for GTlsCertificateClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more