#[repr(C)]pub struct GoaContactsSkeleton {
pub parent_instance: GDBusInterfaceSkeleton,
pub priv_: *mut GoaContactsSkeletonPrivate,
}Fields§
§parent_instance: GDBusInterfaceSkeleton§priv_: *mut GoaContactsSkeletonPrivateTrait Implementations§
Source§impl Clone for GoaContactsSkeleton
impl Clone for GoaContactsSkeleton
Source§fn clone(&self) -> GoaContactsSkeleton
fn clone(&self) -> GoaContactsSkeleton
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 GoaContactsSkeleton
impl Debug for GoaContactsSkeleton
impl Copy for GoaContactsSkeleton
Auto Trait Implementations§
impl Freeze for GoaContactsSkeleton
impl RefUnwindSafe for GoaContactsSkeleton
impl !Send for GoaContactsSkeleton
impl !Sync for GoaContactsSkeleton
impl Unpin for GoaContactsSkeleton
impl UnwindSafe for GoaContactsSkeleton
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