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