#[repr(C)]pub struct PhysicalDeviceCooperativeMatrixFeaturesKHR<'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> PhysicalDeviceCooperativeMatrixFeaturesKHR<'a>
impl<'a> PhysicalDeviceCooperativeMatrixFeaturesKHR<'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 PhysicalDeviceCooperativeMatrixFeaturesKHR<'a>
impl<'a> Clone for PhysicalDeviceCooperativeMatrixFeaturesKHR<'a>
source§fn clone(&self) -> PhysicalDeviceCooperativeMatrixFeaturesKHR<'a>
fn clone(&self) -> PhysicalDeviceCooperativeMatrixFeaturesKHR<'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 PhysicalDeviceCooperativeMatrixFeaturesKHR<'a>
impl<'a> Debug for PhysicalDeviceCooperativeMatrixFeaturesKHR<'a>
source§impl Default for PhysicalDeviceCooperativeMatrixFeaturesKHR<'_>
impl Default for PhysicalDeviceCooperativeMatrixFeaturesKHR<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceCooperativeMatrixFeaturesKHR<'a>
impl<'a> TaggedStructure for PhysicalDeviceCooperativeMatrixFeaturesKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_KHR
impl<'a> Copy for PhysicalDeviceCooperativeMatrixFeaturesKHR<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceCooperativeMatrixFeaturesKHR<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCooperativeMatrixFeaturesKHR<'_>
impl Send for PhysicalDeviceCooperativeMatrixFeaturesKHR<'_>
impl Sync for PhysicalDeviceCooperativeMatrixFeaturesKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCooperativeMatrixFeaturesKHR<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCooperativeMatrixFeaturesKHR<'a>
impl<'a> Unpin for PhysicalDeviceCooperativeMatrixFeaturesKHR<'a>
impl<'a> UnwindSafe for PhysicalDeviceCooperativeMatrixFeaturesKHR<'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