Struct egui::containers::scroll_area::ScrollTarget
source · struct ScrollTarget {
animation_time_span: (f64, f64),
target_offset: f32,
}
Fields§
§animation_time_span: (f64, f64)
§target_offset: f32
Trait Implementations§
source§impl Clone for ScrollTarget
impl Clone for ScrollTarget
source§fn clone(&self) -> ScrollTarget
fn clone(&self) -> ScrollTarget
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ScrollTarget
impl Debug for ScrollTarget
impl Copy for ScrollTarget
Auto Trait Implementations§
impl Freeze for ScrollTarget
impl RefUnwindSafe for ScrollTarget
impl Send for ScrollTarget
impl Sync for ScrollTarget
impl Unpin for ScrollTarget
impl UnwindSafe for ScrollTarget
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more