pub struct DragStart {
pub source_id: u64,
pub position: Vec2,
pub modifiers: Modifiers,
}Fields§
§source_id: u64§position: Vec2§modifiers: ModifiersTrait Implementations§
Auto Trait Implementations§
impl Freeze for DragStart
impl RefUnwindSafe for DragStart
impl Send for DragStart
impl Sync for DragStart
impl Unpin for DragStart
impl UnwindSafe for DragStart
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