Struct gmime_sys::GMimeContentType [−][src]
#[repr(C)]pub struct GMimeContentType { pub parent_object: GObject, pub type_: *mut c_char, pub subtype: *mut c_char, pub params: *mut GMimeParamList, pub changed: gpointer, }
Fields
parent_object: GObject
type_: *mut c_char
subtype: *mut c_char
params: *mut GMimeParamList
changed: gpointer
Trait Implementations
impl Copy for GMimeContentType[src]
impl Copy for GMimeContentTypeimpl Clone for GMimeContentType[src]
impl Clone for GMimeContentTypefn clone(&self) -> GMimeContentType[src]
fn clone(&self) -> GMimeContentTypeReturns 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 GMimeContentType[src]
impl Debug for GMimeContentTypeAuto Trait Implementations
impl !Send for GMimeContentType
impl !Send for GMimeContentTypeimpl !Sync for GMimeContentType
impl !Sync for GMimeContentType