Struct gmime_sys::GMimeParam[][src]

#[repr(C)]
pub struct GMimeParam { pub parent_object: GObject, pub method: GMimeParamEncodingMethod, pub charset: *mut c_char, pub lang: *mut c_char, pub name: *mut c_char, pub value: *mut c_char, pub changed: gpointer, }

Fields

Trait Implementations

impl Copy for GMimeParam
[src]

impl Clone for GMimeParam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeParam
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeParam

impl !Sync for GMimeParam