pub struct WheelStep {
pub at: Duration,
pub delta: Vec2,
}Expand description
One wheel-tick event.
Fields§
§at: Duration§delta: Vec2Trait Implementations§
impl Copy for WheelStep
impl StructuralPartialEq for WheelStep
Auto Trait Implementations§
impl Freeze for WheelStep
impl RefUnwindSafe for WheelStep
impl Send for WheelStep
impl Sync for WheelStep
impl Unpin for WheelStep
impl UnsafeUnpin for WheelStep
impl UnwindSafe for WheelStep
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