pub struct TopographicTile {
pub id: TerrainTileId,
pub width: u32,
pub height: u32,
/* private fields */
}Fields§
§id: TerrainTileId§width: u32§height: u32Implementations§
Trait Implementations§
Source§impl Clone for TopographicTile
impl Clone for TopographicTile
Source§fn clone(&self) -> TopographicTile
fn clone(&self) -> TopographicTile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TopographicTile
impl RefUnwindSafe for TopographicTile
impl Send for TopographicTile
impl Sync for TopographicTile
impl Unpin for TopographicTile
impl UnsafeUnpin for TopographicTile
impl UnwindSafe for TopographicTile
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