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