Struct gmime_sys::GMimeObject[][src]

#[repr(C)]
pub struct GMimeObject { pub parent_object: GObject, pub disposition: *mut GMimeContentDisposition, pub content_type: *mut GMimeContentType, pub headers: *mut GMimeHeaderList, pub content_id: *mut c_char, pub ensure_newline: gboolean, }

Fields

Trait Implementations

impl Copy for GMimeObject
[src]

impl Clone for GMimeObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeObject
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeObject

impl !Sync for GMimeObject