pub struct EvdevCode(/* private fields */);Expand description
An evdev code of EV_KEY type (e.g. BTN_0, etc.)
Implementations§
Trait Implementations§
impl Copy for EvdevCode
impl StructuralPartialEq for EvdevCode
Auto Trait Implementations§
impl Freeze for EvdevCode
impl RefUnwindSafe for EvdevCode
impl Send for EvdevCode
impl Sync for EvdevCode
impl Unpin for EvdevCode
impl UnwindSafe for EvdevCode
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