pub struct SelectScroll {
pub delta: Vec2,
pub abs: Vec2,
pub at_end: bool,
}
Fields§
§delta: Vec2
§abs: Vec2
§at_end: bool
Trait Implementations§
Source§impl Clone for SelectScroll
impl Clone for SelectScroll
Source§fn clone(&self) -> SelectScroll
fn clone(&self) -> SelectScroll
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 Default for SelectScroll
impl Default for SelectScroll
Source§fn default() -> SelectScroll
fn default() -> SelectScroll
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SelectScroll
impl RefUnwindSafe for SelectScroll
impl Send for SelectScroll
impl Sync for SelectScroll
impl Unpin for SelectScroll
impl UnwindSafe for SelectScroll
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