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