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