pub enum DragAxis {
Both,
X,
Y,
}Expand description
Axis filter for drag movement.
Variants§
Trait Implementations§
impl Copy for DragAxis
impl Eq for DragAxis
impl StructuralPartialEq for DragAxis
Auto Trait Implementations§
impl Freeze for DragAxis
impl RefUnwindSafe for DragAxis
impl Send for DragAxis
impl Sync for DragAxis
impl Unpin for DragAxis
impl UnsafeUnpin for DragAxis
impl UnwindSafe for DragAxis
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