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