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

Trait Implementations

impl Copy for GridDimensions_t
[src]

impl Clone for GridDimensions_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more