#[repr(C)]pub struct PhysicalDeviceCooperativeMatrixFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub cooperative_matrix: u32,
pub cooperative_matrix_robust_buffer_access: u32,
}Expand description
VkPhysicalDeviceCooperativeMatrixFeaturesNV
Provided by VK_NV_cooperative_matrix.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
cooperative_matrix: u32§cooperative_matrix_robust_buffer_access: u32Implementations§
Source§impl PhysicalDeviceCooperativeMatrixFeaturesNV
impl PhysicalDeviceCooperativeMatrixFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceCooperativeMatrixFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceCooperativeMatrixFeaturesNVBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceCooperativeMatrixFeaturesNV
impl Clone for PhysicalDeviceCooperativeMatrixFeaturesNV
Source§fn clone(&self) -> PhysicalDeviceCooperativeMatrixFeaturesNV
fn clone(&self) -> PhysicalDeviceCooperativeMatrixFeaturesNV
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 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 UnsafeUnpin 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