Struct gmime_sys::GMimeHeaderList [−][src]
#[repr(C)]pub struct GMimeHeaderList { pub parent_object: GObject, pub options: *mut GMimeParserOptions, pub changed: gpointer, pub hash: *mut GHashTable, pub array: *mut GPtrArray, }
Fields
parent_object: GObject
options: *mut GMimeParserOptions
changed: gpointer
hash: *mut GHashTable
array: *mut GPtrArray
Trait Implementations
impl Copy for GMimeHeaderList[src]
impl Copy for GMimeHeaderListimpl Clone for GMimeHeaderList[src]
impl Clone for GMimeHeaderListfn clone(&self) -> GMimeHeaderList[src]
fn clone(&self) -> GMimeHeaderListReturns 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 GMimeHeaderList[src]
impl Debug for GMimeHeaderListAuto Trait Implementations
impl !Send for GMimeHeaderList
impl !Send for GMimeHeaderListimpl !Sync for GMimeHeaderList
impl !Sync for GMimeHeaderList