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