Struct zaplib_components::SelectScroll
source · [−]pub struct SelectScroll {
pub delta: Vec2,
pub abs: Vec2,
pub at_end: bool,
}
Fields
delta: Vec2
abs: Vec2
at_end: bool
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SelectScroll
impl Send for SelectScroll
impl Sync for SelectScroll
impl Unpin for SelectScroll
impl UnwindSafe for SelectScroll
Blanket Implementations
Mutably borrows from an owned value. Read more