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