pub struct TilePos(/* private fields */);Implementations§
Source§impl TilePos
impl TilePos
pub fn to_usize_index(&self, size: TilePos) -> usize
pub fn size_as_usize(&self) -> usize
Trait Implementations§
impl Copy for TilePos
impl Eq for TilePos
impl StructuralPartialEq for TilePos
Auto Trait Implementations§
impl Freeze for TilePos
impl RefUnwindSafe for TilePos
impl Send for TilePos
impl Sync for TilePos
impl Unpin for TilePos
impl UnwindSafe for TilePos
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