Expand description
DbusHandler*
Tuple Fields
0: *const c_void
Auto Trait Implementations
impl RefUnwindSafe for DBusHandler
impl !Send for DBusHandler
impl !Sync for DBusHandler
impl Unpin for DBusHandler
impl UnwindSafe for DBusHandler
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more