Struct ash::vk::PhysicalDeviceCooperativeMatrixFeaturesNV
source · #[repr(C)]pub struct PhysicalDeviceCooperativeMatrixFeaturesNV<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub cooperative_matrix: Bool32,
pub cooperative_matrix_robust_buffer_access: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§cooperative_matrix: Bool32
§cooperative_matrix_robust_buffer_access: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
impl<'a> PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
pub fn cooperative_matrix(self, cooperative_matrix: bool) -> Self
pub fn cooperative_matrix_robust_buffer_access( self, cooperative_matrix_robust_buffer_access: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
impl<'a> Clone for PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
source§fn clone(&self) -> PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
fn clone(&self) -> PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
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<'a> Debug for PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
impl<'a> Debug for PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
source§impl Default for PhysicalDeviceCooperativeMatrixFeaturesNV<'_>
impl Default for PhysicalDeviceCooperativeMatrixFeaturesNV<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
impl<'a> TaggedStructure for PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_NV
impl<'a> Copy for PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceCooperativeMatrixFeaturesNV<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCooperativeMatrixFeaturesNV<'_>
impl Send for PhysicalDeviceCooperativeMatrixFeaturesNV<'_>
impl Sync for PhysicalDeviceCooperativeMatrixFeaturesNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
impl<'a> Unpin for PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
impl<'a> UnwindSafe for PhysicalDeviceCooperativeMatrixFeaturesNV<'a>
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