pub enum SubgroupMatrixComponentType {
F32,
F16,
U32,
I32,
U8,
I8,
}Variants§
Trait Implementations§
Source§impl Clone for SubgroupMatrixComponentType
impl Clone for SubgroupMatrixComponentType
Source§fn clone(&self) -> SubgroupMatrixComponentType
fn clone(&self) -> SubgroupMatrixComponentType
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 SubgroupMatrixComponentType
impl Debug for SubgroupMatrixComponentType
Source§impl From<SubgroupMatrixComponentType> for c_uint
impl From<SubgroupMatrixComponentType> for c_uint
Source§fn from(value: SubgroupMatrixComponentType) -> Self
fn from(value: SubgroupMatrixComponentType) -> Self
Converts to this type from the input type.
Source§impl From<u32> for SubgroupMatrixComponentType
impl From<u32> for SubgroupMatrixComponentType
Source§impl Hash for SubgroupMatrixComponentType
impl Hash for SubgroupMatrixComponentType
impl Copy for SubgroupMatrixComponentType
impl Eq for SubgroupMatrixComponentType
impl StructuralPartialEq for SubgroupMatrixComponentType
Auto Trait Implementations§
impl Freeze for SubgroupMatrixComponentType
impl RefUnwindSafe for SubgroupMatrixComponentType
impl Send for SubgroupMatrixComponentType
impl Sync for SubgroupMatrixComponentType
impl Unpin for SubgroupMatrixComponentType
impl UnsafeUnpin for SubgroupMatrixComponentType
impl UnwindSafe for SubgroupMatrixComponentType
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