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
parent_object: GObject
method: GMimeParamEncodingMethod
charset: *mut c_char
lang: *mut c_char
name: *mut c_char
value: *mut c_char
changed: gpointer
Trait Implementations
impl Copy for GMimeParam
[src]
impl Copy for GMimeParam
impl Clone for GMimeParam
[src]
impl Clone for GMimeParam
fn clone(&self) -> GMimeParam
[src]
fn clone(&self) -> GMimeParam
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 GMimeParam
[src]
impl Debug for GMimeParam
Auto Trait Implementations
impl !Send for GMimeParam
impl !Send for GMimeParam
impl !Sync for GMimeParam
impl !Sync for GMimeParam