Enum amethyst_renderer::ElementState[][src]

pub enum ElementState {
    Pressed,
    Released,
}

Describes the input state of a key.

Variants

Trait Implementations

impl Hash for ElementState
[src]

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

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

impl Clone for ElementState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ElementState
[src]

Formats the value using the given formatter. Read more

impl Copy for ElementState
[src]

impl Eq for ElementState
[src]

impl PartialEq<ElementState> for ElementState
[src]

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

This method tests for !=.

Auto Trait Implementations