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