#[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 duplicate 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§impl PartialOrd for CooperativeMatrixLayout
 
impl PartialOrd for CooperativeMatrixLayout
impl 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