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

Trait Implementations

impl Clone for NCformat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NCformat
[src]