Struct g_rust::extension::parsers::subparsers::HeightMapTile
source · pub struct HeightMapTile {
pub height: f32,
pub is_stacking_blocked: bool,
pub is_room_tile: bool,
}
Fields§
§height: f32
§is_stacking_blocked: bool
§is_room_tile: bool
Trait Implementations§
source§impl Clone for HeightMapTile
impl Clone for HeightMapTile
source§fn clone(&self) -> HeightMapTile
fn clone(&self) -> HeightMapTile
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 HeightMapTile
impl Debug for HeightMapTile
source§impl Default for HeightMapTile
impl Default for HeightMapTile
source§fn default() -> HeightMapTile
fn default() -> HeightMapTile
Returns the “default value” for a type. Read more
source§impl PacketVariable for HeightMapTile
impl PacketVariable for HeightMapTile
source§impl PartialEq<HeightMapTile> for HeightMapTile
impl PartialEq<HeightMapTile> for HeightMapTile
source§fn eq(&self, other: &HeightMapTile) -> bool
fn eq(&self, other: &HeightMapTile) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for HeightMapTile
Auto Trait Implementations§
impl RefUnwindSafe for HeightMapTile
impl Send for HeightMapTile
impl Sync for HeightMapTile
impl Unpin for HeightMapTile
impl UnwindSafe for HeightMapTile
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