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]

[src]

[src]

Trait Implementations

impl Copy for Axis
[src]

impl Clone for Axis
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Axis
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Axis
[src]

[src]

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

1.0.0
[src]

This method tests for !=.