pub struct F32LE(/* private fields */);Expand description
Bytes for a f32, aligned to 1, little-endian.
Implementations§
Trait Implementations§
Source§impl Ord for F32LE
impl Ord for F32LE
Source§impl PartialOrd for F32LE
impl PartialOrd for F32LE
impl Copy for F32LE
impl Eq for F32LE
impl StructuralPartialEq for F32LE
Auto Trait Implementations§
impl Freeze for F32LE
impl RefUnwindSafe for F32LE
impl Send for F32LE
impl Sync for F32LE
impl Unpin for F32LE
impl UnwindSafe for F32LE
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