#[repr(C)]pub struct InternetAddressList {
pub parent_object: GObject,
pub array: *mut GPtrArray,
pub changed: gpointer,
}Fields§
§parent_object: GObject§array: *mut GPtrArray§changed: gpointerTrait Implementations§
Source§impl Clone for InternetAddressList
impl Clone for InternetAddressList
Source§fn clone(&self) -> InternetAddressList
fn clone(&self) -> InternetAddressList
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 InternetAddressList
impl Debug for InternetAddressList
impl Copy for InternetAddressList
Auto Trait Implementations§
impl Freeze for InternetAddressList
impl RefUnwindSafe for InternetAddressList
impl !Send for InternetAddressList
impl !Sync for InternetAddressList
impl Unpin for InternetAddressList
impl UnwindSafe for InternetAddressList
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