Struct gmime_sys::InternetAddressGroup [−][src]
#[repr(C)]pub struct InternetAddressGroup { pub parent_object: InternetAddress, pub members: *mut InternetAddressList, }
Fields
parent_object: InternetAddress
members: *mut InternetAddressList
Trait Implementations
impl Copy for InternetAddressGroup[src]
impl Copy for InternetAddressGroupimpl Clone for InternetAddressGroup[src]
impl Clone for InternetAddressGroupfn clone(&self) -> InternetAddressGroup[src]
fn clone(&self) -> InternetAddressGroupReturns 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 InternetAddressGroup[src]
impl Debug for InternetAddressGroupAuto Trait Implementations
impl !Send for InternetAddressGroup
impl !Send for InternetAddressGroupimpl !Sync for InternetAddressGroup
impl !Sync for InternetAddressGroup