#[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: gpointerTrait Implementations§
Source§impl Clone for InternetAddress
impl Clone for InternetAddress
Source§fn clone(&self) -> InternetAddress
fn clone(&self) -> InternetAddress
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InternetAddress
impl Debug for InternetAddress
impl Copy for InternetAddress
Auto Trait Implementations§
impl Freeze for InternetAddress
impl RefUnwindSafe for InternetAddress
impl !Send for InternetAddress
impl !Sync for InternetAddress
impl Unpin for InternetAddress
impl UnwindSafe for InternetAddress
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more