Struct threed_ice_sys::GridDimensions_t
[−]
[src]
pub struct GridDimensions_t {
pub NLayers: CellIndex_t,
pub NRows: CellIndex_t,
pub NColumns: CellIndex_t,
pub NCells: CellIndex_t,
pub NConnections: CellIndex_t,
}Fields
NLayers: CellIndex_t
NRows: CellIndex_t
NColumns: CellIndex_t
NCells: CellIndex_t
NConnections: CellIndex_t
Trait Implementations
Derived Implementations
impl Copy for GridDimensions_t[src]
impl Clone for GridDimensions_t[src]
fn clone(&self) -> GridDimensions_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