#[repr(u32)]pub enum FPEncoding {
BFloat16KHR = 0,
Float8E4M3EXT = 4_214,
Float8E5M2EXT = 4_215,
}Expand description
SPIR-V operand kind: FPEncoding
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FPEncoding
impl Clone for FPEncoding
Source§fn clone(&self) -> FPEncoding
fn clone(&self) -> FPEncoding
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 FPEncoding
impl Debug for FPEncoding
Source§impl FromStr for FPEncoding
impl FromStr for FPEncoding
Source§impl Hash for FPEncoding
impl Hash for FPEncoding
Source§impl Ord for FPEncoding
impl Ord for FPEncoding
Source§fn cmp(&self, other: &FPEncoding) -> Ordering
fn cmp(&self, other: &FPEncoding) -> 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 FPEncoding
impl PartialEq for FPEncoding
Source§impl PartialOrd for FPEncoding
impl PartialOrd for FPEncoding
impl Copy for FPEncoding
impl Eq for FPEncoding
impl StructuralPartialEq for FPEncoding
Auto Trait Implementations§
impl Freeze for FPEncoding
impl RefUnwindSafe for FPEncoding
impl Send for FPEncoding
impl Sync for FPEncoding
impl Unpin for FPEncoding
impl UnsafeUnpin for FPEncoding
impl UnwindSafe for FPEncoding
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