Struct gmime_sys::InternetAddressGroup[][src]

#[repr(C)]
pub struct InternetAddressGroup { pub parent_object: InternetAddress, pub members: *mut InternetAddressList, }

Fields

Trait Implementations

impl Copy for InternetAddressGroup
[src]

impl Clone for InternetAddressGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InternetAddressGroup
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for InternetAddressGroup

impl !Sync for InternetAddressGroup