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

Trait Implementations

impl Copy for GMimeHeaderList
[src]

impl Clone for GMimeHeaderList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeHeaderList
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeHeaderList

impl !Sync for GMimeHeaderList