Enum evdev_rs::EnableCodeData
source · pub enum EnableCodeData {
AbsInfo(AbsInfo),
RepInfo(i32),
}
Expand description
Extra data for use with enable_event_code
Variants§
Trait Implementations§
source§impl Clone for EnableCodeData
impl Clone for EnableCodeData
source§fn clone(&self) -> EnableCodeData
fn clone(&self) -> EnableCodeData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EnableCodeData
impl Debug for EnableCodeData
impl Copy for EnableCodeData
Auto Trait Implementations§
impl Freeze for EnableCodeData
impl RefUnwindSafe for EnableCodeData
impl Send for EnableCodeData
impl Sync for EnableCodeData
impl Unpin for EnableCodeData
impl UnwindSafe for EnableCodeData
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