Struct pixel_widgets::widget::drag_drop::DragDropContext [−][src]
pub struct DragDropContext<T: DragDropId> { /* fields omitted */ }
Expand description
Context for Drag and Drop widgets. Only Drag and Drop widgets that share the same DragDropContext can
interact with each other.
Trait Implementations
impl<T: DragDropId> Default for DragDropContext<T>[src]
impl<T: DragDropId> Default for DragDropContext<T>[src]Auto Trait Implementations
impl<T> RefUnwindSafe for DragDropContext<T>
impl<T> Send for DragDropContext<T>
impl<T> Sync for DragDropContext<T>
impl<T> Unpin for DragDropContext<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for DragDropContext<T>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<T> Any for T where
T: Any,
T: Any,