Enum ndarray_linalg::lapack_traits::triangular::Diag[][src]

#[repr(u8)]
pub enum Diag { Unit, NonUnit, }

Variants

Trait Implementations

impl Debug for Diag
[src]

Formats the value using the given formatter. Read more

impl Clone for Diag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Diag
[src]

Auto Trait Implementations

impl Send for Diag

impl Sync for Diag