Struct gmime_sys::InternetAddress[][src]

#[repr(C)]
pub struct InternetAddress { pub parent_object: GObject, pub charset: *mut c_char, pub name: *mut c_char, pub changed: gpointer, }

Fields

Trait Implementations

impl Copy for InternetAddress
[src]

impl Clone for InternetAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InternetAddress
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for InternetAddress

impl !Sync for InternetAddress