Enum glutin::ElementState [] [src]

pub enum ElementState {
    Pressed,
    Released,
}

Variants

Pressed
Released

Trait Implementations

Derived Implementations

impl Copy for ElementState

impl Clone for ElementState

fn clone(&self) -> ElementState

1.0.0fn clone_from(&mut self, source: &Self)

impl Eq for ElementState

impl PartialEq for ElementState

fn eq(&self, __arg_0: &ElementState) -> bool

fn ne(&self, __arg_0: &ElementState) -> bool

impl Hash for ElementState

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Debug for ElementState

fn fmt(&self, __arg_0: &mut Formatter) -> Result