Struct superlu_sys::NCformat
[−]
[src]
#[repr(C)]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
impl Clone for NCformat[src]
fn clone(&self) -> NCformat[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more