#[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 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 Ord for WGPUSubgroupMatrixComponentType
impl Ord for WGPUSubgroupMatrixComponentType
Source§fn cmp(&self, other: &WGPUSubgroupMatrixComponentType) -> Ordering
fn cmp(&self, other: &WGPUSubgroupMatrixComponentType) -> 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 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 ==.Source§impl PartialOrd for WGPUSubgroupMatrixComponentType
impl PartialOrd for WGPUSubgroupMatrixComponentType
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