pub struct CentiSecond(pub f64);Tuple Fields§
§0: f64Trait Implementations§
Source§impl<T: Time + Unit> AddAssign<&T> for CentiSecond
impl<T: Time + Unit> AddAssign<&T> for CentiSecond
Source§fn add_assign(&mut self, other: &T)
fn add_assign(&mut self, other: &T)
Performs the
+= operation. Read moreSource§impl Clone for CentiSecond
impl Clone for CentiSecond
Source§fn clone(&self) -> CentiSecond
fn clone(&self) -> CentiSecond
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CentiSecond
impl Debug for CentiSecond
Source§impl Default for CentiSecond
impl Default for CentiSecond
Source§fn default() -> CentiSecond
fn default() -> CentiSecond
Returns the “default value” for a type. Read more
Source§impl Display for CentiSecond
impl Display for CentiSecond
Source§impl Div<f64> for CentiSecond
impl Div<f64> for CentiSecond
Source§impl DivAssign<f64> for CentiSecond
impl DivAssign<f64> for CentiSecond
Source§fn div_assign(&mut self, rhs: f64)
fn div_assign(&mut self, rhs: f64)
Performs the
/= operation. Read moreSource§impl Mul<CentiSecond> for f64
impl Mul<CentiSecond> for f64
Source§type Output = CentiSecond
type Output = CentiSecond
The resulting type after applying the
* operator.Source§impl Mul<f64> for CentiSecond
impl Mul<f64> for CentiSecond
Source§impl MulAssign<f64> for CentiSecond
impl MulAssign<f64> for CentiSecond
Source§fn mul_assign(&mut self, rhs: f64)
fn mul_assign(&mut self, rhs: f64)
Performs the
*= operation. Read moreSource§impl Neg for CentiSecond
impl Neg for CentiSecond
Source§impl PartialEq for CentiSecond
impl PartialEq for CentiSecond
Source§impl PartialOrd for CentiSecond
impl PartialOrd for CentiSecond
Source§impl<T: Time + Unit> SubAssign<&T> for CentiSecond
impl<T: Time + Unit> SubAssign<&T> for CentiSecond
Source§fn sub_assign(&mut self, other: &T)
fn sub_assign(&mut self, other: &T)
Performs the
-= operation. Read moreSource§impl Time for CentiSecond
impl Time for CentiSecond
Source§fn multiply_velocity(&self, rhs: &dyn Velocity) -> Meter
fn multiply_velocity(&self, rhs: &dyn Velocity) -> Meter
Multiply a unit of time with a unit of velocity.
Source§impl Unit for CentiSecond
impl Unit for CentiSecond
impl Copy for CentiSecond
impl StructuralPartialEq for CentiSecond
Auto Trait Implementations§
impl Freeze for CentiSecond
impl RefUnwindSafe for CentiSecond
impl Send for CentiSecond
impl Sync for CentiSecond
impl Unpin for CentiSecond
impl UnwindSafe for CentiSecond
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