Enum linfa_linalg::triangular::UPLO
source · [−]pub enum UPLO {
Upper,
Lower,
}
Expand description
Denotes an upper-triangular or lower-triangular matrix
Variants
Upper
Lower
Trait Implementations
impl Copy for UPLO
impl Eq for UPLO
impl StructuralEq for UPLO
impl StructuralPartialEq for UPLO
Auto Trait Implementations
impl RefUnwindSafe for UPLO
impl Send for UPLO
impl Sync for UPLO
impl Unpin for UPLO
impl UnwindSafe for UPLO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more