Enum superlu_sys::Mtype_t [] [src]

#[repr(C)]
pub enum Mtype_t { SLU_GE, SLU_TRLU, SLU_TRUU, SLU_TRL, SLU_TRU, SLU_SYL, SLU_SYU, SLU_HEL, SLU_HEU, }

Variants

Trait Implementations

impl Clone for Mtype_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Mtype_t
[src]