#[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§
§parent_class: GObjectClass
§to_string: Option<unsafe extern "C" fn(*mut InternetAddress, *mut GMimeFormatOptions, u32, *mut size_t, *mut GString)>
Trait Implementations§
Source§impl Clone for InternetAddressClass
impl Clone for InternetAddressClass
Source§fn clone(&self) -> InternetAddressClass
fn clone(&self) -> InternetAddressClass
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 InternetAddressClass
impl Debug for InternetAddressClass
impl Copy for InternetAddressClass
Auto Trait Implementations§
impl Freeze for InternetAddressClass
impl RefUnwindSafe for InternetAddressClass
impl !Send for InternetAddressClass
impl !Sync for InternetAddressClass
impl Unpin for InternetAddressClass
impl UnwindSafe for InternetAddressClass
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