pub struct ObjectTile<'map> { /* private fields */ }Implementations§
Source§impl<'map> ObjectTile<'map>
impl<'map> ObjectTile<'map>
Source§impl<'map> ObjectTile<'map>
impl<'map> ObjectTile<'map>
Methods from Deref<Target = ObjectTileData>§
Sourcepub fn tileset_location(&self) -> &TilesetLocation
pub fn tileset_location(&self) -> &TilesetLocation
Get a reference to the object tile data’s tileset location, which points to a tileset that may or may not contain this tile.
Trait Implementations§
Source§impl<'map> Clone for ObjectTile<'map>
impl<'map> Clone for ObjectTile<'map>
Source§fn clone(&self) -> ObjectTile<'map>
fn clone(&self) -> ObjectTile<'map>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'map> Debug for ObjectTile<'map>
impl<'map> Debug for ObjectTile<'map>
Source§impl<'map> Deref for ObjectTile<'map>
impl<'map> Deref for ObjectTile<'map>
Source§impl<'map> PartialEq for ObjectTile<'map>
impl<'map> PartialEq for ObjectTile<'map>
impl<'map> Copy for ObjectTile<'map>
impl<'map> StructuralPartialEq for ObjectTile<'map>
Auto Trait Implementations§
impl<'map> Freeze for ObjectTile<'map>
impl<'map> RefUnwindSafe for ObjectTile<'map>
impl<'map> Send for ObjectTile<'map>
impl<'map> Sync for ObjectTile<'map>
impl<'map> Unpin for ObjectTile<'map>
impl<'map> UnwindSafe for ObjectTile<'map>
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