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