Enum wai::DeviceEvent [] [src]

pub enum DeviceEvent {
    Input(InputEvent),
    Added,
    Removed,
}

Variants

Trait Implementations

impl Debug for DeviceEvent
[src]

Formats the value using the given formatter.

impl Clone for DeviceEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more