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