pub struct HeightMapTileUpdate {
pub x: i8,
pub y: i8,
pub tile: HeightMapTile,
}
Fields§
§x: i8
§y: i8
§tile: HeightMapTile
Trait Implementations§
Source§impl Clone for HeightMapTileUpdate
impl Clone for HeightMapTileUpdate
Source§fn clone(&self) -> HeightMapTileUpdate
fn clone(&self) -> HeightMapTileUpdate
Returns a copy 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 Debug for HeightMapTileUpdate
impl Debug for HeightMapTileUpdate
Source§impl Default for HeightMapTileUpdate
impl Default for HeightMapTileUpdate
Source§fn default() -> HeightMapTileUpdate
fn default() -> HeightMapTileUpdate
Returns the “default value” for a type. Read more
Source§impl PacketVariable for HeightMapTileUpdate
impl PacketVariable for HeightMapTileUpdate
Source§impl PartialEq for HeightMapTileUpdate
impl PartialEq for HeightMapTileUpdate
impl StructuralPartialEq for HeightMapTileUpdate
Auto Trait Implementations§
impl Freeze for HeightMapTileUpdate
impl RefUnwindSafe for HeightMapTileUpdate
impl Send for HeightMapTileUpdate
impl Sync for HeightMapTileUpdate
impl Unpin for HeightMapTileUpdate
impl UnwindSafe for HeightMapTileUpdate
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