Struct threed_ice_sys::Channel_t [] [src]

pub struct Channel_t {
    pub ChannelModel: ChannelModel_t,
    pub Height: CellDimension_t,
    pub Length: ChannelDimension_t,
    pub Pitch: ChannelDimension_t,
    pub Porosity: ChannelDimension_t,
    pub NChannels: Quantity_t,
    pub NLayers: CellIndex_t,
    pub SourceLayerOffset: CellIndex_t,
    pub Coolant: Coolant_t,
    pub WallMaterial: Material_t,
}

Fields

ChannelModel: ChannelModel_t Height: CellDimension_t Length: ChannelDimension_t Pitch: ChannelDimension_t Porosity: ChannelDimension_t NChannels: Quantity_t NLayers: CellIndex_t SourceLayerOffset: CellIndex_t Coolant: Coolant_t WallMaterial: Material_t

Trait Implementations

Derived Implementations

impl Copy for Channel_t
[src]

impl Clone for Channel_t
[src]

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