pub struct f32_le(/* private fields */);Expand description
A little-endian f32 with a guaranteed size and alignment of 4.
Implementations§
Trait Implementations§
Source§impl AddAssign<&f32> for f32_le
impl AddAssign<&f32> for f32_le
Source§fn add_assign(&mut self, other: &f32)
fn add_assign(&mut self, other: &f32)
Performs the
+= operation. Read moreSource§impl AddAssign<&f32_le> for f32_le
impl AddAssign<&f32_le> for f32_le
Source§fn add_assign(&mut self, other: &f32_le)
fn add_assign(&mut self, other: &f32_le)
Performs the
+= operation. Read moreSource§impl AddAssign<f32> for f32_le
impl AddAssign<f32> for f32_le
Source§fn add_assign(&mut self, other: f32)
fn add_assign(&mut self, other: f32)
Performs the
+= operation. Read moreSource§impl AddAssign for f32_le
impl AddAssign for f32_le
Source§fn add_assign(&mut self, other: f32_le)
fn add_assign(&mut self, other: f32_le)
Performs the
+= operation. Read moreSource§impl<C> CheckBytes<C> for f32_lewhere
C: Fallible + ?Sized,
Available on crate feature bytecheck only.
impl<C> CheckBytes<C> for f32_lewhere
C: Fallible + ?Sized,
Available on crate feature
bytecheck only.Source§impl DivAssign<&f32> for f32_le
impl DivAssign<&f32> for f32_le
Source§fn div_assign(&mut self, other: &f32)
fn div_assign(&mut self, other: &f32)
Performs the
/= operation. Read moreSource§impl DivAssign<&f32_le> for f32_le
impl DivAssign<&f32_le> for f32_le
Source§fn div_assign(&mut self, other: &f32_le)
fn div_assign(&mut self, other: &f32_le)
Performs the
/= operation. Read moreSource§impl DivAssign<f32> for f32_le
impl DivAssign<f32> for f32_le
Source§fn div_assign(&mut self, other: f32)
fn div_assign(&mut self, other: f32)
Performs the
/= operation. Read moreSource§impl DivAssign for f32_le
impl DivAssign for f32_le
Source§fn div_assign(&mut self, other: f32_le)
fn div_assign(&mut self, other: f32_le)
Performs the
/= operation. Read moreSource§impl MulAssign<&f32> for f32_le
impl MulAssign<&f32> for f32_le
Source§fn mul_assign(&mut self, other: &f32)
fn mul_assign(&mut self, other: &f32)
Performs the
*= operation. Read moreSource§impl MulAssign<&f32_le> for f32_le
impl MulAssign<&f32_le> for f32_le
Source§fn mul_assign(&mut self, other: &f32_le)
fn mul_assign(&mut self, other: &f32_le)
Performs the
*= operation. Read moreSource§impl MulAssign<f32> for f32_le
impl MulAssign<f32> for f32_le
Source§fn mul_assign(&mut self, other: f32)
fn mul_assign(&mut self, other: f32)
Performs the
*= operation. Read moreSource§impl MulAssign for f32_le
impl MulAssign for f32_le
Source§fn mul_assign(&mut self, other: f32_le)
fn mul_assign(&mut self, other: f32_le)
Performs the
*= operation. Read moreSource§impl PartialOrd<f32> for f32_le
impl PartialOrd<f32> for f32_le
Source§impl PartialOrd for f32_le
impl PartialOrd for f32_le
Source§impl RemAssign<&f32> for f32_le
impl RemAssign<&f32> for f32_le
Source§fn rem_assign(&mut self, other: &f32)
fn rem_assign(&mut self, other: &f32)
Performs the
%= operation. Read moreSource§impl RemAssign<&f32_le> for f32_le
impl RemAssign<&f32_le> for f32_le
Source§fn rem_assign(&mut self, other: &f32_le)
fn rem_assign(&mut self, other: &f32_le)
Performs the
%= operation. Read moreSource§impl RemAssign<f32> for f32_le
impl RemAssign<f32> for f32_le
Source§fn rem_assign(&mut self, other: f32)
fn rem_assign(&mut self, other: f32)
Performs the
%= operation. Read moreSource§impl RemAssign for f32_le
impl RemAssign for f32_le
Source§fn rem_assign(&mut self, other: f32_le)
fn rem_assign(&mut self, other: f32_le)
Performs the
%= operation. Read moreSource§impl SubAssign<&f32> for f32_le
impl SubAssign<&f32> for f32_le
Source§fn sub_assign(&mut self, other: &f32)
fn sub_assign(&mut self, other: &f32)
Performs the
-= operation. Read moreSource§impl SubAssign<&f32_le> for f32_le
impl SubAssign<&f32_le> for f32_le
Source§fn sub_assign(&mut self, other: &f32_le)
fn sub_assign(&mut self, other: &f32_le)
Performs the
-= operation. Read moreSource§impl SubAssign<f32> for f32_le
impl SubAssign<f32> for f32_le
Source§fn sub_assign(&mut self, other: f32)
fn sub_assign(&mut self, other: f32)
Performs the
-= operation. Read moreSource§impl SubAssign for f32_le
impl SubAssign for f32_le
Source§fn sub_assign(&mut self, other: f32_le)
fn sub_assign(&mut self, other: f32_le)
Performs the
-= operation. Read moreimpl Copy for f32_le
impl Eq for f32_le
Auto Trait Implementations§
impl Freeze for f32_le
impl RefUnwindSafe for f32_le
impl Send for f32_le
impl Sync for f32_le
impl Unpin for f32_le
impl UnsafeUnpin for f32_le
impl UnwindSafe for f32_le
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