Enum superlu_sys::Dtype_t [] [src]

pub enum Dtype_t {
    SLU_S,
    SLU_D,
    SLU_C,
    SLU_Z,
}

Variants

SLU_SSLU_DSLU_CSLU_Z

Trait Implementations

impl Copy for Dtype_t
[src]

impl Clone for Dtype_t
[src]

fn clone(&self) -> Dtype_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