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