Enum evdev_rs::enums::EV_MSC [−][src]
pub enum EV_MSC { MSC_SERIAL, MSC_PULSELED, MSC_GESTURE, MSC_RAW, MSC_SCAN, MSC_TIMESTAMP, MSC_MAX, }
Variants
MSC_SERIAL
MSC_PULSELED
MSC_GESTURE
MSC_RAW
MSC_SCAN
MSC_TIMESTAMP
MSC_MAX
Trait Implementations
impl Clone for EV_MSC
[src]
impl Clone for EV_MSC
fn clone(&self) -> EV_MSC
[src]
fn clone(&self) -> EV_MSC
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for EV_MSC
[src]
impl Debug for EV_MSC
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for EV_MSC
[src]
impl PartialEq for EV_MSC