#[repr(C)]pub struct InternetAddressListClass {
pub parent_class: GObjectClass,
}Fields§
§parent_class: GObjectClassTrait Implementations§
Source§impl Clone for InternetAddressListClass
impl Clone for InternetAddressListClass
Source§fn clone(&self) -> InternetAddressListClass
fn clone(&self) -> InternetAddressListClass
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 InternetAddressListClass
impl Debug for InternetAddressListClass
impl Copy for InternetAddressListClass
Auto Trait Implementations§
impl Freeze for InternetAddressListClass
impl RefUnwindSafe for InternetAddressListClass
impl !Send for InternetAddressListClass
impl !Sync for InternetAddressListClass
impl Unpin for InternetAddressListClass
impl UnwindSafe for InternetAddressListClass
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