Struct threed_ice_sys::CellDimensions_t [] [src]

pub struct CellDimensions_t {
    pub FirstWallLength: CellDimension_t,
    pub WallLength: CellDimension_t,
    pub ChannelLength: CellDimension_t,
    pub LastWallLength: CellDimension_t,
    pub Width: CellDimension_t,
    pub NHeights: Quantity_t,
    pub Heights: *mut CellDimension_t,
}

Fields

Trait Implementations

impl Copy for CellDimensions_t
[src]

impl Clone for CellDimensions_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more