#[repr(C)]pub struct WGPUSubgroupMatrixConfig {
pub componentType: WGPUSubgroupMatrixComponentType,
pub resultComponentType: WGPUSubgroupMatrixComponentType,
pub M: u32,
pub N: u32,
pub K: u32,
}Fields§
§componentType: WGPUSubgroupMatrixComponentType§resultComponentType: WGPUSubgroupMatrixComponentType§M: u32§N: u32§K: u32Trait Implementations§
Source§impl Clone for WGPUSubgroupMatrixConfig
impl Clone for WGPUSubgroupMatrixConfig
Source§fn clone(&self) -> WGPUSubgroupMatrixConfig
fn clone(&self) -> WGPUSubgroupMatrixConfig
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 Debug for WGPUSubgroupMatrixConfig
impl Debug for WGPUSubgroupMatrixConfig
Source§impl Default for WGPUSubgroupMatrixConfig
impl Default for WGPUSubgroupMatrixConfig
Source§impl Hash for WGPUSubgroupMatrixConfig
impl Hash for WGPUSubgroupMatrixConfig
Source§impl Ord for WGPUSubgroupMatrixConfig
impl Ord for WGPUSubgroupMatrixConfig
Source§fn cmp(&self, other: &WGPUSubgroupMatrixConfig) -> Ordering
fn cmp(&self, other: &WGPUSubgroupMatrixConfig) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUSubgroupMatrixConfig
impl PartialEq for WGPUSubgroupMatrixConfig
Source§impl PartialOrd for WGPUSubgroupMatrixConfig
impl PartialOrd for WGPUSubgroupMatrixConfig
impl Copy for WGPUSubgroupMatrixConfig
impl Eq for WGPUSubgroupMatrixConfig
impl StructuralPartialEq for WGPUSubgroupMatrixConfig
Auto Trait Implementations§
impl Freeze for WGPUSubgroupMatrixConfig
impl RefUnwindSafe for WGPUSubgroupMatrixConfig
impl Send for WGPUSubgroupMatrixConfig
impl Sync for WGPUSubgroupMatrixConfig
impl Unpin for WGPUSubgroupMatrixConfig
impl UnwindSafe for WGPUSubgroupMatrixConfig
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