Enum superlu_sys::rowperm_t
[−]
[src]
#[repr(C)]pub enum rowperm_t { NOROWPERM, LargeDiag, MY_PERMR, }
Variants
NOROWPERMLargeDiagMY_PERMR
Trait Implementations
impl Clone for rowperm_t[src]
fn clone(&self) -> rowperm_t[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