Enum makepad_widgets::DragState
pub enum DragState {
In,
Over,
Out,
}
Variants§
Trait Implementations§
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