Enum rustwlc::types::ScrollAxis [] [src]

#[repr(C)]
pub enum ScrollAxis { None, Vertical, Horizontal, Both, }

Which axis of the scroll wheel is being used

Variants

No axes

Vertical scroll

Horizontal scroll

Both scrolls

Trait Implementations

impl Debug for ScrollAxis
[src]

[src]

Formats the value using the given formatter.

impl Copy for ScrollAxis
[src]

impl Clone for ScrollAxis
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ScrollAxis
[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 !=.

impl Eq for ScrollAxis
[src]