pub struct e2m1(/* private fields */);
Expand description
A 4-bit floating point type with 2 exponent bits and 1 mantissa bit.
Implementations§
Trait Implementations§
Source§impl PartialOrd for e2m1
impl PartialOrd for e2m1
impl Copy for e2m1
impl StructuralPartialEq for e2m1
Auto Trait Implementations§
impl Freeze for e2m1
impl RefUnwindSafe for e2m1
impl Send for e2m1
impl Sync for e2m1
impl Unpin for e2m1
impl UnwindSafe for e2m1
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