pub struct Tile {
pub image: Image,
pub size: Coord,
pub x: Coord,
pub y: Coord,
}Fields§
§image: Image§size: Coord§x: Coord§y: CoordTrait Implementations§
impl StructuralPartialEq for Tile
Auto Trait Implementations§
impl !RefUnwindSafe for Tile
impl !Send for Tile
impl !Sync for Tile
impl !UnwindSafe for Tile
impl Freeze for Tile
impl Unpin for Tile
impl UnsafeUnpin for Tile
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