#[repr(transparent)]pub struct WGPUSubgroupMatrixComponentType(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
Source§impl Clone for WGPUSubgroupMatrixComponentType
impl Clone for WGPUSubgroupMatrixComponentType
Source§fn clone(&self) -> WGPUSubgroupMatrixComponentType
fn clone(&self) -> WGPUSubgroupMatrixComponentType
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 PartialEq for WGPUSubgroupMatrixComponentType
impl PartialEq for WGPUSubgroupMatrixComponentType
Source§fn eq(&self, other: &WGPUSubgroupMatrixComponentType) -> bool
fn eq(&self, other: &WGPUSubgroupMatrixComponentType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WGPUSubgroupMatrixComponentType
impl Eq for WGPUSubgroupMatrixComponentType
impl StructuralPartialEq for WGPUSubgroupMatrixComponentType
Auto Trait Implementations§
impl Freeze for WGPUSubgroupMatrixComponentType
impl RefUnwindSafe for WGPUSubgroupMatrixComponentType
impl Send for WGPUSubgroupMatrixComponentType
impl Sync for WGPUSubgroupMatrixComponentType
impl Unpin for WGPUSubgroupMatrixComponentType
impl UnwindSafe for WGPUSubgroupMatrixComponentType
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