Struct threed_ice_sys::Layer_t
[−]
[src]
pub struct Layer_t { pub Height: CellDimension_t, pub Material: Material_t, pub Id: String_t, }
Fields
Height: CellDimension_t
Material: Material_t
Id: String_t
Trait Implementations
Derived Implementations
impl Copy for Layer_t
[src]
impl Clone for Layer_t
[src]
fn clone(&self) -> Layer_t
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