Enum superlu_sys::rowperm_t [] [src]

#[repr(C)]
pub enum rowperm_t { NOROWPERM, LargeDiag, MY_PERMR, }

Variants

Trait Implementations

impl Clone for rowperm_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 rowperm_t
[src]