#[repr(transparent)]pub struct DBusHandler(*const c_void);
Expand description
DbusHandler*
Tuple Fields§
§0: *const c_void
Auto Trait Implementations§
impl Freeze for DBusHandler
impl RefUnwindSafe for DBusHandler
impl !Send for DBusHandler
impl !Sync for DBusHandler
impl Unpin for DBusHandler
impl UnwindSafe for DBusHandler
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