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