pub struct TileSize {
pub width: i16,
pub height: i16,
pub delta_z: i16,
}
Fields§
§width: i16
§height: i16
§delta_z: i16
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TileSize
impl RefUnwindSafe for TileSize
impl Send for TileSize
impl Sync for TileSize
impl Unpin for TileSize
impl UnwindSafe for TileSize
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