Enum glutin::ElementState
[-] [+]
[src]
pub enum ElementState { Pressed, Released, }
Variants
Pressed | |
Released |
pub enum ElementState { Pressed, Released, }
Pressed | |
Released |
impl Copy for ElementState
impl Clone for ElementState
fn clone(&self) -> ElementState
fn clone_from(&mut self, source: &Self)
impl Eq for ElementState
fn assert_receiver_is_total_eq(&self)
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)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Debug for ElementState
impl Copy for ElementState
impl Clone for ElementState
fn clone(&self) -> ElementState
fn clone_from(&mut self, source: &Self)
impl Eq for ElementState
fn assert_receiver_is_total_eq(&self)
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)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Debug for ElementState
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).