Struct pixel_widgets::widget::drag_drop::DropState [−][src]
pub struct DropState<T> { /* fields omitted */ }Expand description
State for Drop
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for DropState<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for DropState<T> where
T: Send,
T: Send,
impl<T> Sync for DropState<T> where
T: Sync,
T: Sync,
impl<T> Unpin for DropState<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for DropState<T> where
T: UnwindSafe,
T: UnwindSafe,
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,