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