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
nnz: int_t
nzval: *mut c_void
rowind: *mut int_t
colptr: *mut int_t
Trait Implementations
Derived Implementations
impl Copy for NCformat
[src]
impl Clone for NCformat
[src]
fn clone(&self) -> NCformat
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