Enum libevdev_sys::evdev::libevdev_read_flag [] [src]

#[repr(u32)]
pub enum libevdev_read_flag { LIBEVDEV_READ_FLAG_SYNC, LIBEVDEV_READ_FLAG_NORMAL, LIBEVDEV_READ_FLAG_FORCE_SYNC, LIBEVDEV_READ_FLAG_BLOCKING, }

Variants

Trait Implementations

impl Copy for libevdev_read_flag
[src]

impl Clone for libevdev_read_flag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for libevdev_read_flag
[src]

Formats the value using the given formatter.