#[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
Fields
s_type: StructureTypep_next: *mut c_voidcooperative_matrix: u32cooperative_matrix_robust_buffer_access: u32Implementations
Trait Implementations
sourceimpl Clone for PhysicalDeviceCooperativeMatrixFeaturesNV
impl Clone for PhysicalDeviceCooperativeMatrixFeaturesNV
sourcefn clone(&self) -> PhysicalDeviceCooperativeMatrixFeaturesNV
fn clone(&self) -> PhysicalDeviceCooperativeMatrixFeaturesNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceCooperativeMatrixFeaturesNV
impl Default for PhysicalDeviceCooperativeMatrixFeaturesNV
sourcefn default() -> PhysicalDeviceCooperativeMatrixFeaturesNV
fn default() -> PhysicalDeviceCooperativeMatrixFeaturesNV
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceCooperativeMatrixFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceCooperativeMatrixFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCooperativeMatrixFeaturesNV
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceCooperativeMatrixFeaturesNV
impl !Send for PhysicalDeviceCooperativeMatrixFeaturesNV
impl !Sync for PhysicalDeviceCooperativeMatrixFeaturesNV
impl Unpin for PhysicalDeviceCooperativeMatrixFeaturesNV
impl UnwindSafe for PhysicalDeviceCooperativeMatrixFeaturesNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more