Struct gmime_sys::InternetAddressClass[][src]

#[repr(C)]
pub struct InternetAddressClass { pub parent_class: GObjectClass, pub to_string: Option<unsafe extern "C" fn(_: *mut InternetAddress, _: *mut GMimeFormatOptions, _: u32, _: *mut size_t, _: *mut GString)>, }

Fields

Trait Implementations

impl Copy for InternetAddressClass
[src]

impl Clone for InternetAddressClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InternetAddressClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for InternetAddressClass

impl !Sync for InternetAddressClass