pub struct ListScrolled {
pub offset: f32,
}Expand description
Message emitted when list is scrolled.
Fields§
§offset: f32New scroll offset
Trait Implementations§
Source§impl Clone for ListScrolled
impl Clone for ListScrolled
Source§fn clone(&self) -> ListScrolled
fn clone(&self) -> ListScrolled
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ListScrolled
impl RefUnwindSafe for ListScrolled
impl Send for ListScrolled
impl Sync for ListScrolled
impl Unpin for ListScrolled
impl UnwindSafe for ListScrolled
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