Enum webrender_api::ScrollLocation [] [src]

pub enum ScrollLocation {
    Delta(LayoutVector2D),
    Start,
    End,
}

Variants

Scroll by a certain amount.

Scroll to very top of element.

Scroll to very bottom of element.

Trait Implementations

impl Clone for ScrollLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ScrollLocation
[src]

impl Debug for ScrollLocation
[src]

[src]

Formats the value using the given formatter. Read more