Enum webrender_api::ScrollClamping
[−]
[src]
pub enum ScrollClamping {
ToContentBounds,
NoClamping,
}Variants
ToContentBoundsNoClamping
Trait Implementations
impl Clone for ScrollClamping[src]
fn clone(&self) -> ScrollClamping[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