#[repr(C)]pub enum VkCooperativeVectorMatrixLayoutNV {
VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_ROW_MAJOR_NV = 0,
VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_COLUMN_MAJOR_NV = 1,
VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_INFERENCING_OPTIMAL_NV = 2,
VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_TRAINING_OPTIMAL_NV = 3,
VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_MAX_ENUM_NV = 2_147_483_647,
}Expand description
enum VkCooperativeVectorMatrixLayoutNV from VK_NV_cooperative_vector
Variants§
VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_ROW_MAJOR_NV = 0
VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_COLUMN_MAJOR_NV = 1
VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_INFERENCING_OPTIMAL_NV = 2
VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_TRAINING_OPTIMAL_NV = 3
VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_MAX_ENUM_NV = 2_147_483_647
Trait Implementations§
Source§impl Clone for VkCooperativeVectorMatrixLayoutNV
impl Clone for VkCooperativeVectorMatrixLayoutNV
Source§fn clone(&self) -> VkCooperativeVectorMatrixLayoutNV
fn clone(&self) -> VkCooperativeVectorMatrixLayoutNV
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkCooperativeVectorMatrixLayoutNV
impl Eq for VkCooperativeVectorMatrixLayoutNV
Source§impl Ord for VkCooperativeVectorMatrixLayoutNV
impl Ord for VkCooperativeVectorMatrixLayoutNV
Source§fn cmp(&self, other: &VkCooperativeVectorMatrixLayoutNV) -> Ordering
fn cmp(&self, other: &VkCooperativeVectorMatrixLayoutNV) -> Ordering
1.21.0 (const: unstable) · 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 PartialOrd for VkCooperativeVectorMatrixLayoutNV
impl PartialOrd for VkCooperativeVectorMatrixLayoutNV
impl StructuralPartialEq for VkCooperativeVectorMatrixLayoutNV
Auto Trait Implementations§
impl Freeze for VkCooperativeVectorMatrixLayoutNV
impl RefUnwindSafe for VkCooperativeVectorMatrixLayoutNV
impl Send for VkCooperativeVectorMatrixLayoutNV
impl Sync for VkCooperativeVectorMatrixLayoutNV
impl Unpin for VkCooperativeVectorMatrixLayoutNV
impl UnsafeUnpin for VkCooperativeVectorMatrixLayoutNV
impl UnwindSafe for VkCooperativeVectorMatrixLayoutNV
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