pub struct TerrainZoneView {
pub id: String,
pub x0: f32,
pub y0: f32,
pub x1: f32,
pub y1: f32,
pub kind: TerrainKindView,
}Fields§
§id: String§x0: f32§y0: f32§x1: f32§y1: f32§kind: TerrainKindViewTrait Implementations§
Source§impl Clone for TerrainZoneView
impl Clone for TerrainZoneView
Source§fn clone(&self) -> TerrainZoneView
fn clone(&self) -> TerrainZoneView
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 moreSource§impl Debug for TerrainZoneView
impl Debug for TerrainZoneView
Source§impl<'de> Deserialize<'de> for TerrainZoneView
impl<'de> Deserialize<'de> for TerrainZoneView
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TerrainZoneView
impl PartialEq for TerrainZoneView
Source§impl Serialize for TerrainZoneView
impl Serialize for TerrainZoneView
impl StructuralPartialEq for TerrainZoneView
Auto Trait Implementations§
impl Freeze for TerrainZoneView
impl RefUnwindSafe for TerrainZoneView
impl Send for TerrainZoneView
impl Sync for TerrainZoneView
impl Unpin for TerrainZoneView
impl UnsafeUnpin for TerrainZoneView
impl UnwindSafe for TerrainZoneView
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