pub struct LinuxUhidBackend { /* private fields */ }Expand description
Linux UHID backend
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinuxUhidBackend
impl RefUnwindSafe for LinuxUhidBackend
impl Send for LinuxUhidBackend
impl Sync for LinuxUhidBackend
impl Unpin for LinuxUhidBackend
impl UnsafeUnpin for LinuxUhidBackend
impl UnwindSafe for LinuxUhidBackend
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