Enum superlu_sys::Stype_t [] [src]

#[repr(C)]
pub enum Stype_t { SLU_NC, SLU_NCP, SLU_NR, SLU_SC, SLU_SCP, SLU_SR, SLU_DN, SLU_NR_loc, }

Variants

Trait Implementations

impl Clone for Stype_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Stype_t
[src]