Struct threed_ice_sys::FloorplanMatrix_t [] [src]

pub struct FloorplanMatrix_t {
    pub ColumnPointers: *mut CellIndex_t,
    pub RowIndices: *mut CellIndex_t,
    pub Values: *mut Source_t,
    pub NRows: CellIndex_t,
    pub NColumns: CellIndex_t,
    pub NNz: CellIndex_t,
    pub SLUMatrix: SuperMatrix,
}

Fields

ColumnPointers: *mut CellIndex_t RowIndices: *mut CellIndex_t Values: *mut Source_t NRows: CellIndex_t NColumns: CellIndex_t NNz: CellIndex_t SLUMatrix: SuperMatrix

Trait Implementations

Derived Implementations

impl Copy for FloorplanMatrix_t
[src]

impl Clone for FloorplanMatrix_t
[src]

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