Enum webrender_api::ScrollLocation 
                   
                       [−]
                   
               [src]
pub enum ScrollLocation {
    Delta(LayoutVector2D),
    Start,
    End,
}Variants
Delta(LayoutVector2D)Scroll by a certain amount.
StartScroll to very top of element.
EndScroll to very bottom of element.
Trait Implementations
impl Clone for ScrollLocation[src]
fn clone(&self) -> ScrollLocation[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more