Enum input::event::switch::Switch [] [src]

pub enum Switch {
    Lid,
}

Types of Switches

Variants

Lid closing switch

Trait Implementations

impl Debug for Switch
[src]

Formats the value using the given formatter.

impl Clone for Switch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Switch
[src]

impl PartialEq for Switch
[src]

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

This method tests for !=.

impl Eq for Switch
[src]

impl Hash for Switch
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.