Struct gmime_sys::InternetAddressList [−][src]
#[repr(C)]pub struct InternetAddressList { 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 InternetAddressList[src]
impl Copy for InternetAddressListimpl Clone for InternetAddressList[src]
impl Clone for InternetAddressListfn clone(&self) -> InternetAddressList[src]
fn clone(&self) -> InternetAddressListReturns 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 InternetAddressList[src]
impl Debug for InternetAddressListAuto Trait Implementations
impl !Send for InternetAddressList
impl !Send for InternetAddressListimpl !Sync for InternetAddressList
impl !Sync for InternetAddressList