#[repr(C)]pub struct VkPhysicalDeviceCooperativeMatrix2PropertiesNV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub cooperativeMatrixWorkgroupScopeMaxWorkgroupSize: u32,
pub cooperativeMatrixFlexibleDimensionsMaxDimension: u32,
pub cooperativeMatrixWorkgroupScopeReservedSharedMemory: u32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§cooperativeMatrixWorkgroupScopeMaxWorkgroupSize: u32§cooperativeMatrixFlexibleDimensionsMaxDimension: u32Trait Implementations§
Source§impl Clone for VkPhysicalDeviceCooperativeMatrix2PropertiesNV
impl Clone for VkPhysicalDeviceCooperativeMatrix2PropertiesNV
Source§fn clone(&self) -> VkPhysicalDeviceCooperativeMatrix2PropertiesNV
fn clone(&self) -> VkPhysicalDeviceCooperativeMatrix2PropertiesNV
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 moreimpl Copy for VkPhysicalDeviceCooperativeMatrix2PropertiesNV
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceCooperativeMatrix2PropertiesNV
impl RefUnwindSafe for VkPhysicalDeviceCooperativeMatrix2PropertiesNV
impl !Send for VkPhysicalDeviceCooperativeMatrix2PropertiesNV
impl !Sync for VkPhysicalDeviceCooperativeMatrix2PropertiesNV
impl Unpin for VkPhysicalDeviceCooperativeMatrix2PropertiesNV
impl UnwindSafe for VkPhysicalDeviceCooperativeMatrix2PropertiesNV
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