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