Enum evdev_rs::ReadStatus [] [src]

pub enum ReadStatus {
    Success,
    Sync,
}

Variants

next_event has finished without an error and an event is available for processing.

Depending on the next_event read flag: libevdev received a SYN_DROPPED from the device, and the caller should now resync the device, or, an event has been read in sync mode.

Trait Implementations

impl PartialEq for ReadStatus
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.