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