Enum webrender_api::ScrollEventPhase [] [src]

pub enum ScrollEventPhase {
    Start,
    Move(bool),
    End,
}

Variants

The user started scrolling.

The user performed a scroll. The Boolean flag indicates whether the user's fingers are down, if a touchpad is in use. (If false, the event is a touchpad fling.)

The user ended scrolling.

Trait Implementations

impl Clone for ScrollEventPhase
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ScrollEventPhase
[src]

impl Debug for ScrollEventPhase
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ScrollEventPhase
[src]

[src]

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

[src]

This method tests for !=.