Enum spirv::CooperativeMatrixLayout
source · #[repr(u32)]pub enum CooperativeMatrixLayout {
RowMajorKHR = 0,
ColumnMajorKHR = 1,
}
Expand description
SPIR-V operand kind: CooperativeMatrixLayout
Variants§
Implementations§
Trait Implementations§
source§impl Clone for CooperativeMatrixLayout
impl Clone for CooperativeMatrixLayout
source§fn clone(&self) -> CooperativeMatrixLayout
fn clone(&self) -> CooperativeMatrixLayout
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 CooperativeMatrixLayout
impl Debug for CooperativeMatrixLayout
source§impl FromStr for CooperativeMatrixLayout
impl FromStr for CooperativeMatrixLayout
source§impl Hash for CooperativeMatrixLayout
impl Hash for CooperativeMatrixLayout
source§impl Ord for CooperativeMatrixLayout
impl Ord for CooperativeMatrixLayout
source§fn cmp(&self, other: &CooperativeMatrixLayout) -> Ordering
fn cmp(&self, other: &CooperativeMatrixLayout) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for CooperativeMatrixLayout
impl PartialEq for CooperativeMatrixLayout
source§fn eq(&self, other: &CooperativeMatrixLayout) -> bool
fn eq(&self, other: &CooperativeMatrixLayout) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CooperativeMatrixLayout
impl PartialOrd for CooperativeMatrixLayout
source§fn partial_cmp(&self, other: &CooperativeMatrixLayout) -> Option<Ordering>
fn partial_cmp(&self, other: &CooperativeMatrixLayout) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for CooperativeMatrixLayout
impl Eq for CooperativeMatrixLayout
impl StructuralPartialEq for CooperativeMatrixLayout
Auto Trait Implementations§
impl Freeze for CooperativeMatrixLayout
impl RefUnwindSafe for CooperativeMatrixLayout
impl Send for CooperativeMatrixLayout
impl Sync for CooperativeMatrixLayout
impl Unpin for CooperativeMatrixLayout
impl UnwindSafe for CooperativeMatrixLayout
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