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
parent_object: GObject
disposition: *mut GMimeContentDisposition
content_type: *mut GMimeContentType
headers: *mut GMimeHeaderList
content_id: *mut c_char
ensure_newline: gboolean
Trait Implementations
impl Copy for GMimeObject[src]
impl Copy for GMimeObjectimpl Clone for GMimeObject[src]
impl Clone for GMimeObjectfn clone(&self) -> GMimeObject[src]
fn clone(&self) -> GMimeObjectReturns 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 GMimeObject[src]
impl Debug for GMimeObjectAuto Trait Implementations
impl !Send for GMimeObject
impl !Send for GMimeObjectimpl !Sync for GMimeObject
impl !Sync for GMimeObject