Enum superlu_sys::rowperm_t [] [src]

pub enum rowperm_t {
    NOROWPERM,
    LargeDiag,
    MY_PERMR,
}

Variants

NOROWPERMLargeDiagMY_PERMR

Trait Implementations

impl Copy for rowperm_t
[src]

impl Clone for rowperm_t
[src]

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