Enum uinput::event::keyboard::Camera [] [src]

pub enum Camera {
    ZoomIn,
    ZoomOut,
    Up,
    Down,
    Left,
    Right,
    Focus,
}

Variants

Methods

impl Camera

Trait Implementations

impl Clone for Camera

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Camera

impl PartialEq for Camera

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 !=.

impl Eq for Camera

impl Hash for Camera

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Camera

Formats the value using the given formatter.

impl Into<Event> for Camera
[src]

[src]

Performs the conversion.

impl Press for Camera
[src]

impl Release for Camera
[src]

impl Kind for Camera
[src]

[src]

Get the event type.

impl Code for Camera
[src]

[src]

Get the event code.