Struct gmime_sys::GMimeReferences [−][src]
#[repr(C)]pub struct GMimeReferences { pub array: *mut GPtrArray, }
Fields
array: *mut GPtrArray
Trait Implementations
impl Copy for GMimeReferences[src]
impl Copy for GMimeReferencesimpl Clone for GMimeReferences[src]
impl Clone for GMimeReferencesfn clone(&self) -> GMimeReferences[src]
fn clone(&self) -> GMimeReferencesReturns 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 GMimeReferences[src]
impl Debug for GMimeReferencesAuto Trait Implementations
impl !Send for GMimeReferences
impl !Send for GMimeReferencesimpl !Sync for GMimeReferences
impl !Sync for GMimeReferences