pub struct Tile<'tileset> { /* private fields */ }Expand description
Points to a tile belonging to a tileset.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'tileset> Freeze for Tile<'tileset>
impl<'tileset> RefUnwindSafe for Tile<'tileset>
impl<'tileset> Send for Tile<'tileset>
impl<'tileset> Sync for Tile<'tileset>
impl<'tileset> Unpin for Tile<'tileset>
impl<'tileset> UnwindSafe for Tile<'tileset>
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