pub enum Fp8VariantArg {
E4M3,
E5M2,
}Expand description
--fp8-variant values.
Variants§
Trait Implementations§
Source§impl Clone for Fp8VariantArg
impl Clone for Fp8VariantArg
Source§fn clone(&self) -> Fp8VariantArg
fn clone(&self) -> Fp8VariantArg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Fp8VariantArg
impl Debug for Fp8VariantArg
Source§impl ValueEnum for Fp8VariantArg
impl ValueEnum for Fp8VariantArg
impl Copy for Fp8VariantArg
Auto Trait Implementations§
impl Freeze for Fp8VariantArg
impl RefUnwindSafe for Fp8VariantArg
impl Send for Fp8VariantArg
impl Sync for Fp8VariantArg
impl Unpin for Fp8VariantArg
impl UnsafeUnpin for Fp8VariantArg
impl UnwindSafe for Fp8VariantArg
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