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