pub struct ue8m0(/* private fields */);
Expand description
An 8-bit unsigned floating point type with 8 exponent bits and no mantissa bits. Used for scaling factors.
Implementations§
Trait Implementations§
Source§impl PartialOrd for ue8m0
impl PartialOrd for ue8m0
impl Copy for ue8m0
impl Pod for ue8m0
impl StructuralPartialEq for ue8m0
Auto Trait Implementations§
impl Freeze for ue8m0
impl RefUnwindSafe for ue8m0
impl Send for ue8m0
impl Sync for ue8m0
impl Unpin for ue8m0
impl UnwindSafe for ue8m0
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
Source§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
Source§type Bits = T
type Bits = T
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern
.Source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self
.