Struct ash::vk::PhysicalDeviceCooperativeMatrixFeaturesNV
source · #[repr(C)]pub struct PhysicalDeviceCooperativeMatrixFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub cooperative_matrix: Bool32,
pub cooperative_matrix_robust_buffer_access: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§cooperative_matrix: Bool32
§cooperative_matrix_robust_buffer_access: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceCooperativeMatrixFeaturesNV
impl Clone for PhysicalDeviceCooperativeMatrixFeaturesNV
source§fn clone(&self) -> PhysicalDeviceCooperativeMatrixFeaturesNV
fn clone(&self) -> PhysicalDeviceCooperativeMatrixFeaturesNV
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 more