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