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