Enum superlu_sys::trans_t
[−]
[src]
pub enum trans_t {
NOTRANS,
TRANS,
CONJ,
}Variants
NOTRANSTRANSCONJTrait Implementations
Derived Implementations
impl Copy for trans_t[src]
impl Clone for trans_t[src]
fn clone(&self) -> trans_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