Struct g_rust::extension::parsers::subparsers::HeightMapTileUpdate
source · 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<HeightMapTileUpdate> for HeightMapTileUpdate
impl PartialEq<HeightMapTileUpdate> for HeightMapTileUpdate
source§fn eq(&self, other: &HeightMapTileUpdate) -> bool
fn eq(&self, other: &HeightMapTileUpdate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for HeightMapTileUpdate
Auto Trait Implementations§
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