Struct gmime_sys::GMimeParamList [−][src]
#[repr(C)]pub struct GMimeParamList { pub parent_object: GObject, pub array: *mut GPtrArray, pub changed: gpointer, }
Fields
parent_object: GObject
array: *mut GPtrArray
changed: gpointer
Trait Implementations
impl Copy for GMimeParamList
[src]
impl Copy for GMimeParamList
impl Clone for GMimeParamList
[src]
impl Clone for GMimeParamList
fn clone(&self) -> GMimeParamList
[src]
fn clone(&self) -> GMimeParamList
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 GMimeParamList
[src]
impl Debug for GMimeParamList
Auto Trait Implementations
impl !Send for GMimeParamList
impl !Send for GMimeParamList
impl !Sync for GMimeParamList
impl !Sync for GMimeParamList