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