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