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

vertical axis

horizontal axis

Methods

impl Axis
[src]

Trait Implementations

impl Copy for Axis
[src]

impl Clone for Axis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Axis
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Axis
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Axis

impl Sync for Axis