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
parent_object: GObject
charset: *mut c_char
name: *mut c_char
changed: gpointer
Trait Implementations
impl Copy for InternetAddress[src]
impl Copy for InternetAddressimpl Clone for InternetAddress[src]
impl Clone for InternetAddressfn clone(&self) -> InternetAddress[src]
fn clone(&self) -> InternetAddressReturns 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 InternetAddress[src]
impl Debug for InternetAddressAuto Trait Implementations
impl !Send for InternetAddress
impl !Send for InternetAddressimpl !Sync for InternetAddress
impl !Sync for InternetAddress