#[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§impl PartialOrd for CooperativeMatrixUse
impl PartialOrd for CooperativeMatrixUse
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)