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