Enum zenu_matrix::blas::BlasLayout
source · pub enum BlasLayout {
RowMajor,
ColMajor,
}
Variants§
Trait Implementations§
source§impl Clone for BlasLayout
impl Clone for BlasLayout
source§fn clone(&self) -> BlasLayout
fn clone(&self) -> BlasLayout
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BlasLayout
impl Debug for BlasLayout
source§impl PartialEq for BlasLayout
impl PartialEq for BlasLayout
source§fn eq(&self, other: &BlasLayout) -> bool
fn eq(&self, other: &BlasLayout) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BlasLayout
impl Eq for BlasLayout
impl StructuralPartialEq for BlasLayout
Auto Trait Implementations§
impl Freeze for BlasLayout
impl RefUnwindSafe for BlasLayout
impl Send for BlasLayout
impl Sync for BlasLayout
impl Unpin for BlasLayout
impl UnwindSafe for BlasLayout
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more