Enum wayland_server::protocol::wl_pointer::ButtonState
[−]
[src]
pub enum ButtonState {
Released,
Pressed,
}physical button state
Describes the physical state of a button that produced the button event.
Variants
ReleasedPressedMethods
impl ButtonState[src]
Trait Implementations
impl Copy for ButtonState[src]
impl Clone for ButtonState[src]
fn clone(&self) -> ButtonState
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