pub struct Totalf64(pub f64);
Expand description
全順序を実装したf64
Tuple Fields§
§0: f64
Trait Implementations§
Source§impl AddAssign for Totalf64
impl AddAssign for Totalf64
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+=
operation. Read moreSource§impl DivAssign for Totalf64
impl DivAssign for Totalf64
Source§fn div_assign(&mut self, rhs: Self)
fn div_assign(&mut self, rhs: Self)
Performs the
/=
operation. Read moreSource§impl MulAssign for Totalf64
impl MulAssign for Totalf64
Source§fn mul_assign(&mut self, rhs: Self)
fn mul_assign(&mut self, rhs: Self)
Performs the
*=
operation. Read moreSource§impl Ord for Totalf64
impl Ord for Totalf64
Source§impl PartialOrd for Totalf64
impl PartialOrd for Totalf64
Source§impl SubAssign for Totalf64
impl SubAssign for Totalf64
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-=
operation. Read moreimpl Copy for Totalf64
impl Eq for Totalf64
impl StructuralPartialEq for Totalf64
Auto Trait Implementations§
impl Freeze for Totalf64
impl RefUnwindSafe for Totalf64
impl Send for Totalf64
impl Sync for Totalf64
impl Unpin for Totalf64
impl UnwindSafe for Totalf64
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