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