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 GMimeHeaderList
impl Clone for GMimeHeaderList
[src]
impl Clone for GMimeHeaderList
fn clone(&self) -> GMimeHeaderList
[src]
fn clone(&self) -> GMimeHeaderList
Returns 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 GMimeHeaderList
Auto Trait Implementations
impl !Send for GMimeHeaderList
impl !Send for GMimeHeaderList
impl !Sync for GMimeHeaderList
impl !Sync for GMimeHeaderList