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