Struct webrender_api::ScrollLayerState
[−]
[src]
pub struct ScrollLayerState { pub id: ClipId, pub scroll_offset: LayoutVector2D, }
Fields
id: ClipId
scroll_offset: LayoutVector2D
Trait Implementations
impl Clone for ScrollLayerState
[src]
fn clone(&self) -> ScrollLayerState
[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