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