#[repr(C)]pub struct CoordIJ {
pub i: c_int,
pub j: c_int,
}Expand description
@struct CoordIJ @brief IJ hexagon coordinates
Each axis is spaced 120 degrees apart.
Fields§
§i: c_int< i component
j: c_int< j component
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CoordIJ
impl RefUnwindSafe for CoordIJ
impl Send for CoordIJ
impl Sync for CoordIJ
impl Unpin for CoordIJ
impl UnwindSafe for CoordIJ
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