#[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,
}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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for VkCooperativeVectorMatrixLayoutNV
impl PartialEq for VkCooperativeVectorMatrixLayoutNV
Source§fn eq(&self, other: &VkCooperativeVectorMatrixLayoutNV) -> bool
fn eq(&self, other: &VkCooperativeVectorMatrixLayoutNV) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy 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 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