pub enum TurnHex {
None,
SoftRight,
HardRight,
Around,
HardLeft,
SoftLeft,
}
Variants§
Trait Implementations§
source§impl Add<TurnHex> for DirGeoHexLat
impl Add<TurnHex> for DirGeoHexLat
source§impl PartialEq<TurnHex> for TurnHex
impl PartialEq<TurnHex> for TurnHex
impl Copy for TurnHex
impl Eq for TurnHex
impl StructuralEq for TurnHex
impl StructuralPartialEq for TurnHex
Auto Trait Implementations§
impl RefUnwindSafe for TurnHex
impl Send for TurnHex
impl Sync for TurnHex
impl Unpin for TurnHex
impl UnwindSafe for TurnHex
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