#[repr(C)]pub struct _GDBusObjectManagerClientPrivate { /* private fields */ }
Trait Implementations§
Source§impl Clone for _GDBusObjectManagerClientPrivate
impl Clone for _GDBusObjectManagerClientPrivate
Source§fn clone(&self) -> _GDBusObjectManagerClientPrivate
fn clone(&self) -> _GDBusObjectManagerClientPrivate
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 moreimpl Copy for _GDBusObjectManagerClientPrivate
Auto Trait Implementations§
impl Freeze for _GDBusObjectManagerClientPrivate
impl RefUnwindSafe for _GDBusObjectManagerClientPrivate
impl Send for _GDBusObjectManagerClientPrivate
impl Sync for _GDBusObjectManagerClientPrivate
impl Unpin for _GDBusObjectManagerClientPrivate
impl UnwindSafe for _GDBusObjectManagerClientPrivate
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