pub struct TileGrid {
pub tiles: SmallVec<[TileType; 256]>,
}Fields§
§tiles: SmallVec<[TileType; 256]>Auto Trait Implementations§
impl Freeze for TileGrid
impl RefUnwindSafe for TileGrid
impl Send for TileGrid
impl Sync for TileGrid
impl Unpin for TileGrid
impl UnwindSafe for TileGrid
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