Enum smaragd::input::ElementState []

pub enum ElementState {
    Pressed,
    Released,
}

Variants

Trait Implementations

impl Copy for ElementState

impl Eq for ElementState

impl Hash for ElementState

impl PartialEq<ElementState> for ElementState

impl Debug for ElementState

impl Clone for ElementState

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more