Enum wayland_client::protocol::wl_keyboard::KeyState
[−]
[src]
#[repr(u32)]pub enum KeyState { Released, Pressed, }
physical key state
Describes the physical state of a key that produced the key event.
Variants
Releasedkey is not pressed
Pressedkey is pressed
Methods
impl KeyState[src]
Trait Implementations
impl Copy for KeyState[src]
impl Clone for KeyState[src]
fn clone(&self) -> KeyState[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more