Struct gmime_sys::GMimeCertificateList [−][src]
#[repr(C)]pub struct GMimeCertificateList { pub parent_object: GObject, pub array: *mut GPtrArray, }
Fields
parent_object: GObject
array: *mut GPtrArray
Trait Implementations
impl Copy for GMimeCertificateList[src]
impl Copy for GMimeCertificateListimpl Clone for GMimeCertificateList[src]
impl Clone for GMimeCertificateListfn clone(&self) -> GMimeCertificateList[src]
fn clone(&self) -> GMimeCertificateListReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GMimeCertificateList[src]
impl Debug for GMimeCertificateListAuto Trait Implementations
impl !Send for GMimeCertificateList
impl !Send for GMimeCertificateListimpl !Sync for GMimeCertificateList
impl !Sync for GMimeCertificateList