Enum wayland_client::protocol::wl_pointer::Axis
[−]
[src]
pub enum Axis {
VerticalScroll,
HorizontalScroll,
}axis types
Describes the axis types of scroll events.
Variants
VerticalScrollHorizontalScrollMethods
impl Axis[src]
Trait Implementations
impl Copy for Axis[src]
impl Clone for Axis[src]
fn clone(&self) -> Axis
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