#[repr(C, align(4))]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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)