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