Enum evdev_rs::EnableCodeData
source · [−]Expand description
Extra data for use with enable_event_code
Variants
AbsInfo(AbsInfo)
RepInfo(i32)
Trait Implementations
sourceimpl Clone for EnableCodeData
impl Clone for EnableCodeData
sourcefn clone(&self) -> EnableCodeData
fn clone(&self) -> EnableCodeData
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EnableCodeData
impl Debug for EnableCodeData
impl Copy for EnableCodeData
Auto Trait Implementations
impl RefUnwindSafe for EnableCodeData
impl Send for EnableCodeData
impl Sync for EnableCodeData
impl Unpin for EnableCodeData
impl UnwindSafe for EnableCodeData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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