#[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 copy 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
impl Copy 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