#[repr(C)]pub struct VkPhysicalDeviceCooperativeMatrix2FeaturesNV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub cooperativeMatrixWorkgroupScope: VkBool32,
pub cooperativeMatrixFlexibleDimensions: VkBool32,
pub cooperativeMatrixReductions: VkBool32,
pub cooperativeMatrixConversions: VkBool32,
pub cooperativeMatrixPerElementOperations: VkBool32,
pub cooperativeMatrixTensorAddressing: VkBool32,
pub cooperativeMatrixBlockLoads: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§cooperativeMatrixWorkgroupScope: VkBool32
§cooperativeMatrixFlexibleDimensions: VkBool32
§cooperativeMatrixReductions: VkBool32
§cooperativeMatrixConversions: VkBool32
§cooperativeMatrixPerElementOperations: VkBool32
§cooperativeMatrixTensorAddressing: VkBool32
§cooperativeMatrixBlockLoads: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceCooperativeMatrix2FeaturesNV
impl Clone for VkPhysicalDeviceCooperativeMatrix2FeaturesNV
Source§fn clone(&self) -> VkPhysicalDeviceCooperativeMatrix2FeaturesNV
fn clone(&self) -> VkPhysicalDeviceCooperativeMatrix2FeaturesNV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDeviceCooperativeMatrix2FeaturesNV
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceCooperativeMatrix2FeaturesNV
impl RefUnwindSafe for VkPhysicalDeviceCooperativeMatrix2FeaturesNV
impl !Send for VkPhysicalDeviceCooperativeMatrix2FeaturesNV
impl !Sync for VkPhysicalDeviceCooperativeMatrix2FeaturesNV
impl Unpin for VkPhysicalDeviceCooperativeMatrix2FeaturesNV
impl UnwindSafe for VkPhysicalDeviceCooperativeMatrix2FeaturesNV
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