Enum dummy_rustwlc::types::ScrollAxis [] [src]

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]

Formats the value using the given formatter.

impl Clone for ScrollAxis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ScrollAxis
[src]

impl PartialEq for ScrollAxis
[src]

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

This method tests for !=.

impl Eq for ScrollAxis
[src]