Struct superlu_sys::NCformat [] [src]

pub struct NCformat {
    pub nnz: int_t,
    pub nzval: *mut c_void,
    pub rowind: *mut int_t,
    pub colptr: *mut int_t,
}

Fields

Trait Implementations

impl Copy for NCformat
[src]

impl Clone for NCformat
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more