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

Trait Implementations

impl Copy for GMimeContentType
[src]

impl Clone for GMimeContentType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeContentType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeContentType

impl !Sync for GMimeContentType