Enum makepad_platform::event::drag_drop::DragState
source · pub enum DragState {
In,
Over,
Out,
}Variants§
Trait Implementations§
source§impl PartialEq<DragState> for DragState
impl PartialEq<DragState> for DragState
impl StructuralPartialEq for DragState
Auto Trait Implementations§
impl RefUnwindSafe for DragState
impl Send for DragState
impl Sync for DragState
impl Unpin for DragState
impl UnwindSafe for DragState
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