Enum wayland_client::protocol::wl_pointer::Axis
[−]
[src]
#[repr(u32)]pub enum Axis { VerticalScroll, HorizontalScroll, }
axis types
Describes the axis types of scroll events.
Variants
VerticalScrollvertical axis
HorizontalScrollhorizontal axis
Methods
impl Axis[src]
Trait Implementations
impl Copy for Axis[src]
impl Clone for Axis[src]
fn clone(&self) -> Axis[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
impl Debug for Axis[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more