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