Enum spirv::CooperativeMatrixUse
source · #[repr(u32)]pub enum CooperativeMatrixUse {
MatrixAKHR = 0,
MatrixBKHR = 1,
MatrixAccumulatorKHR = 2,
}
Expand description
SPIR-V operand kind: CooperativeMatrixUse
Variants§
Implementations§
Trait Implementations§
source§impl Clone for CooperativeMatrixUse
impl Clone for CooperativeMatrixUse
source§fn clone(&self) -> CooperativeMatrixUse
fn clone(&self) -> CooperativeMatrixUse
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 CooperativeMatrixUse
impl Debug for CooperativeMatrixUse
source§impl FromStr for CooperativeMatrixUse
impl FromStr for CooperativeMatrixUse
source§impl Hash for CooperativeMatrixUse
impl Hash for CooperativeMatrixUse
source§impl Ord for CooperativeMatrixUse
impl Ord for CooperativeMatrixUse
source§fn cmp(&self, other: &CooperativeMatrixUse) -> Ordering
fn cmp(&self, other: &CooperativeMatrixUse) -> 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 CooperativeMatrixUse
impl PartialEq for CooperativeMatrixUse
source§fn eq(&self, other: &CooperativeMatrixUse) -> bool
fn eq(&self, other: &CooperativeMatrixUse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CooperativeMatrixUse
impl PartialOrd for CooperativeMatrixUse
source§fn partial_cmp(&self, other: &CooperativeMatrixUse) -> Option<Ordering>
fn partial_cmp(&self, other: &CooperativeMatrixUse) -> 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 CooperativeMatrixUse
impl Eq for CooperativeMatrixUse
impl StructuralPartialEq for CooperativeMatrixUse
Auto Trait Implementations§
impl Freeze for CooperativeMatrixUse
impl RefUnwindSafe for CooperativeMatrixUse
impl Send for CooperativeMatrixUse
impl Sync for CooperativeMatrixUse
impl Unpin for CooperativeMatrixUse
impl UnwindSafe for CooperativeMatrixUse
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