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