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 moresource§impl TaggedStructure for PhysicalDeviceCooperativeMatrixFeaturesNV
impl TaggedStructure for PhysicalDeviceCooperativeMatrixFeaturesNV
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_NV
impl Copy for PhysicalDeviceCooperativeMatrixFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceCooperativeMatrixFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCooperativeMatrixFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCooperativeMatrixFeaturesNV
impl RefUnwindSafe for PhysicalDeviceCooperativeMatrixFeaturesNV
impl !Send for PhysicalDeviceCooperativeMatrixFeaturesNV
impl !Sync for PhysicalDeviceCooperativeMatrixFeaturesNV
impl Unpin for PhysicalDeviceCooperativeMatrixFeaturesNV
impl UnwindSafe for PhysicalDeviceCooperativeMatrixFeaturesNV
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