pub struct DropEvent {
pub source_id: u64,
pub target_id: u64,
pub position: Vec2,
pub modifiers: Modifiers,
pub payload: DragPayload,
}Fields§
§source_id: u64§target_id: u64§position: Vec2§modifiers: Modifiers§payload: DragPayloadTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DropEvent
impl !Send for DropEvent
impl !Sync for DropEvent
impl !UnwindSafe for DropEvent
impl Freeze for DropEvent
impl Unpin for DropEvent
impl UnsafeUnpin for DropEvent
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