#[repr(C)]pub struct PhysicalDeviceCooperativeMatrixFeaturesNV {
pub s_type: StructureType,
pub next: *mut c_void,
pub cooperative_matrix: Bool32,
pub cooperative_matrix_robust_buffer_access: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§cooperative_matrix: Bool32§cooperative_matrix_robust_buffer_access: Bool32Trait 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 moreSource§impl PartialEq for PhysicalDeviceCooperativeMatrixFeaturesNV
impl PartialEq for PhysicalDeviceCooperativeMatrixFeaturesNV
Source§fn eq(&self, other: &PhysicalDeviceCooperativeMatrixFeaturesNV) -> bool
fn eq(&self, other: &PhysicalDeviceCooperativeMatrixFeaturesNV) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceCooperativeMatrixFeaturesNV
impl Eq for PhysicalDeviceCooperativeMatrixFeaturesNV
impl Send for PhysicalDeviceCooperativeMatrixFeaturesNV
impl StructuralPartialEq for PhysicalDeviceCooperativeMatrixFeaturesNV
impl Sync for PhysicalDeviceCooperativeMatrixFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCooperativeMatrixFeaturesNV
impl RefUnwindSafe 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