Enum superlu_sys::Stype_t
[−]
[src]
pub enum Stype_t { SLU_NC, SLU_NCP, SLU_NR, SLU_SC, SLU_SCP, SLU_SR, SLU_DN, SLU_NR_loc, }
Variants
SLU_NC
SLU_NCP
SLU_NR
SLU_SC
SLU_SCP
SLU_SR
SLU_DN
SLU_NR_loc
Trait Implementations
Derived Implementations
impl Copy for Stype_t
[src]
impl Clone for Stype_t
[src]
fn clone(&self) -> Stype_t
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