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