Enum superlu_sys::Dtype_t [] [src]

#[repr(C)]
pub enum Dtype_t { SLU_S, SLU_D, SLU_C, SLU_Z, }

Variants

Trait Implementations

impl Clone for Dtype_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 Dtype_t
[src]