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 GMimeParamListimpl Clone for GMimeParamList[src]
impl Clone for GMimeParamListfn clone(&self) -> GMimeParamList[src]
fn clone(&self) -> GMimeParamListReturns 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 GMimeParamListAuto Trait Implementations
impl !Send for GMimeParamList
impl !Send for GMimeParamListimpl !Sync for GMimeParamList
impl !Sync for GMimeParamList