Struct threed_ice_sys::Material_t [] [src]

pub struct Material_t {
    pub Id: String_t,
    pub VolumetricHeatCapacity: SolidVHC_t,
    pub ThermalConductivity: SolidTC_t,
}

Fields

Id: String_t VolumetricHeatCapacity: SolidVHC_t ThermalConductivity: SolidTC_t

Trait Implementations

Derived Implementations

impl Copy for Material_t
[src]

impl Clone for Material_t
[src]

fn clone(&self) -> Material_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