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
FirstWallLength: CellDimension_t
WallLength: CellDimension_t
ChannelLength: CellDimension_t
LastWallLength: CellDimension_t
Width: CellDimension_t
NHeights: Quantity_t
Heights: *mut CellDimension_t
Trait Implementations
Derived Implementations
impl Copy for CellDimensions_t[src]
impl Clone for CellDimensions_t[src]
fn clone(&self) -> CellDimensions_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