pub enum MoveDir {
Horiz,
Vert,
HorizVert,
NoDir,
}
Variants§
Trait Implementations§
impl Copy for MoveDir
impl Eq for MoveDir
impl StructuralPartialEq for MoveDir
Auto Trait Implementations§
impl Freeze for MoveDir
impl RefUnwindSafe for MoveDir
impl Send for MoveDir
impl Sync for MoveDir
impl Unpin for MoveDir
impl UnwindSafe for MoveDir
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