Enum evdev::Synchronization
[−]
[src]
#[repr(C)]pub enum Synchronization { SYN_REPORT, SYN_CONFIG, SYN_MT_REPORT, SYN_DROPPED, }
Variants
SYN_REPORTTerminates a packet of events from the device.
SYN_CONFIGAppears to be unused.
SYN_MT_REPORT"Used to synchronize and separate touch events"
SYN_DROPPEDRing buffer filled, events were dropped.
Trait Implementations
impl Copy for Synchronization[src]
impl Clone for Synchronization[src]
fn clone(&self) -> Synchronization
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more