Struct threed_ice::FloorplanElement
[−]
[src]
pub struct FloorplanElement {
pub id: String,
pub area: f64,
}An element of a floorplan.
Fields
id: String
The identifier.
area: f64
The area.
Trait Implementations
Derived Implementations
impl PartialEq for FloorplanElement[src]
fn eq(&self, __arg_0: &FloorplanElement) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FloorplanElement) -> bool
This method tests for !=.
impl Debug for FloorplanElement[src]
impl Clone for FloorplanElement[src]
fn clone(&self) -> FloorplanElement
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more