pub struct DragEvent {
pub start: Vec2,
pub current: Vec2,
pub delta: Vec2,
pub velocity: Vec2,
}Fields§
§start: Vec2§current: Vec2§delta: Vec2§velocity: Vec2Auto Trait Implementations§
impl Freeze for DragEvent
impl RefUnwindSafe for DragEvent
impl Send for DragEvent
impl Sync for DragEvent
impl Unpin for DragEvent
impl UnsafeUnpin for DragEvent
impl UnwindSafe for DragEvent
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