Enum superlu_sys::yes_no_t [] [src]

pub enum yes_no_t {
    NO,
    YES,
}

Variants

NOYES

Trait Implementations

impl Copy for yes_no_t
[src]

impl Clone for yes_no_t
[src]

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