Enum evdev::Synchronization [] [src]

#[repr(C)]
pub enum Synchronization { SYN_REPORT, SYN_CONFIG, SYN_MT_REPORT, SYN_DROPPED, }

Variants

Terminates a packet of events from the device.

Appears to be unused.

"Used to synchronize and separate touch events"

Ring buffer filled, events were dropped.

Trait Implementations

impl Copy for Synchronization
[src]

impl Clone for Synchronization
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Synchronization
[src]

Formats the value using the given formatter.