#[repr(C)]pub struct PhysicalDeviceCooperativeMatrixPropertiesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub cooperative_matrix_supported_stages: ShaderStageFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§cooperative_matrix_supported_stages: ShaderStageFlags
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceCooperativeMatrixPropertiesNV
impl Clone for PhysicalDeviceCooperativeMatrixPropertiesNV
source§fn clone(&self) -> PhysicalDeviceCooperativeMatrixPropertiesNV
fn clone(&self) -> PhysicalDeviceCooperativeMatrixPropertiesNV
Returns a copy 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 TaggedStructure for PhysicalDeviceCooperativeMatrixPropertiesNV
impl TaggedStructure for PhysicalDeviceCooperativeMatrixPropertiesNV
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_COOPERATIVE_MATRIX_PROPERTIES_NV
impl Copy for PhysicalDeviceCooperativeMatrixPropertiesNV
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceCooperativeMatrixPropertiesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCooperativeMatrixPropertiesNV
impl RefUnwindSafe for PhysicalDeviceCooperativeMatrixPropertiesNV
impl !Send for PhysicalDeviceCooperativeMatrixPropertiesNV
impl !Sync for PhysicalDeviceCooperativeMatrixPropertiesNV
impl Unpin for PhysicalDeviceCooperativeMatrixPropertiesNV
impl UnwindSafe for PhysicalDeviceCooperativeMatrixPropertiesNV
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