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 InternetAddressGroup
impl Clone for InternetAddressGroup
[src]
impl Clone for InternetAddressGroup
fn clone(&self) -> InternetAddressGroup
[src]
fn clone(&self) -> InternetAddressGroup
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 InternetAddressGroup
[src]
impl Debug for InternetAddressGroup
Auto Trait Implementations
impl !Send for InternetAddressGroup
impl !Send for InternetAddressGroup
impl !Sync for InternetAddressGroup
impl !Sync for InternetAddressGroup