Enum wayland_server::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]
impl AxisTrait Implementations
impl Copy for Axis[src]
impl Copy for Axisimpl Clone for Axis[src]
impl Clone for Axisfn clone(&self) -> Axis[src]
fn clone(&self) -> AxisReturns 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 Axisfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Axis[src]
impl PartialEq for Axis