pub struct HexAxial { /* private fields */ }Expand description
Axial based coordinates for hex graph.
Implementations§
Trait Implementations§
Source§impl Ord for HexAxial
impl Ord for HexAxial
Source§impl PartialOrd for HexAxial
impl PartialOrd for HexAxial
impl Coordinate for HexAxial
impl Copy for HexAxial
impl Eq for HexAxial
impl StructuralPartialEq for HexAxial
Auto Trait Implementations§
impl Freeze for HexAxial
impl RefUnwindSafe for HexAxial
impl Send for HexAxial
impl Sync for HexAxial
impl Unpin for HexAxial
impl UnwindSafe for HexAxial
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<T> ConstOrValue<T> for T
impl<T> ConstOrValue<T> for T
Source§const IS_CONST_WRAP: bool = false
const IS_CONST_WRAP: bool = false
get wheter the type is const generic wrapper.
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.