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
VerticalScroll
vertical axis
HorizontalScroll
horizontal axis
Methods
impl Axis
[src]
impl Axis
Trait Implementations
impl Copy for Axis
[src]
impl Copy for Axis
impl Clone for Axis
[src]
impl Clone for Axis
fn clone(&self) -> Axis
[src]
fn clone(&self) -> Axis
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for Axis
[src]
impl Debug for Axis
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Axis
[src]
impl PartialEq for Axis