Struct makepad_widgets::DropEvent
pub struct DropEvent {
pub modifiers: KeyModifiers,
pub handled: Cell<bool>,
pub abs: DVec2,
pub items: Rc<Vec<DragItem, Global>, Global>,
}
Fields§
§modifiers: KeyModifiers
§handled: Cell<bool>
§abs: DVec2
§items: Rc<Vec<DragItem, Global>, Global>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DropEvent
impl !Send for DropEvent
impl !Sync for DropEvent
impl Unpin for DropEvent
impl UnwindSafe 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