Struct gmime_sys::GMimeSignatureList [−][src]
#[repr(C)]pub struct GMimeSignatureList { pub parent_object: GObject, pub array: *mut GPtrArray, }
Fields
parent_object: GObject
array: *mut GPtrArray
Trait Implementations
impl Copy for GMimeSignatureList[src]
impl Copy for GMimeSignatureListimpl Clone for GMimeSignatureList[src]
impl Clone for GMimeSignatureListfn clone(&self) -> GMimeSignatureList[src]
fn clone(&self) -> GMimeSignatureListReturns 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 GMimeSignatureList[src]
impl Debug for GMimeSignatureListAuto Trait Implementations
impl !Send for GMimeSignatureList
impl !Send for GMimeSignatureListimpl !Sync for GMimeSignatureList
impl !Sync for GMimeSignatureList