#[repr(C)]pub struct _GDBusObjectManagerClient {
pub parent_instance: GObject,
pub priv_: *mut GDBusObjectManagerClientPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut GDBusObjectManagerClientPrivateTrait Implementations§
source§impl Clone for _GDBusObjectManagerClient
impl Clone for _GDBusObjectManagerClient
source§fn clone(&self) -> _GDBusObjectManagerClient
fn clone(&self) -> _GDBusObjectManagerClient
Returns a copy 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 _GDBusObjectManagerClient
impl Debug for _GDBusObjectManagerClient
impl Copy for _GDBusObjectManagerClient
Auto Trait Implementations§
impl Freeze for _GDBusObjectManagerClient
impl RefUnwindSafe for _GDBusObjectManagerClient
impl !Send for _GDBusObjectManagerClient
impl !Sync for _GDBusObjectManagerClient
impl Unpin for _GDBusObjectManagerClient
impl UnwindSafe for _GDBusObjectManagerClient
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)