Enum ndarray_linalg::lapack_traits::triangular::Diag [−][src]
#[repr(u8)]pub enum Diag { Unit, NonUnit, }
Variants
UnitNonUnit
Trait Implementations
impl Debug for Diag[src]
impl Debug for Diagfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Diag[src]
impl Clone for Diagfn clone(&self) -> Diag[src]
fn clone(&self) -> DiagReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Diag[src]
impl Copy for Diag