Enum wayland_client::protocol::wl_pointer::Axis [] [src]

pub enum Axis {
    VerticalScroll,
    HorizontalScroll,
}

axis types

Describes the axis types of scroll events.

Variants

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.