Enum evdev_rs::enums::EV_SYN [−][src]
pub enum EV_SYN {
SYN_REPORT,
SYN_CONFIG,
SYN_MT_REPORT,
SYN_DROPPED,
SYN_MAX,
}Variants
SYN_REPORTSYN_CONFIGSYN_MT_REPORTSYN_DROPPEDSYN_MAX
Trait Implementations
impl Clone for EV_SYN[src]
impl Clone for EV_SYNfn clone(&self) -> EV_SYN[src]
fn clone(&self) -> EV_SYNReturns 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_SYN[src]
impl Debug for EV_SYNfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for EV_SYN[src]
impl PartialEq for EV_SYN