Struct simple_tilemap::Tilemap
source · pub struct Tilemap<C, U = ()> { /* private fields */ }
Expand description
A map that holds a tileset and a collection of tiles.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C, U> RefUnwindSafe for Tilemap<C, U>where
C: RefUnwindSafe,
U: RefUnwindSafe,
impl<C, U> Send for Tilemap<C, U>
impl<C, U> Sync for Tilemap<C, U>
impl<C, U> Unpin for Tilemap<C, U>
impl<C, U> UnwindSafe for Tilemap<C, U>where
C: UnwindSafe,
U: UnwindSafe,
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