pub struct Axial;Expand description
A marker struct representing the Axial coordinate system for hexagonal grids.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Axial
impl RefUnwindSafe for Axial
impl Send for Axial
impl Sync for Axial
impl Unpin for Axial
impl UnsafeUnpin for Axial
impl UnwindSafe for Axial
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