[−]Struct heim::units::time::decasecond
Measurement unit.
Trait Implementations
impl Clone for decasecond
pub fn clone(&self) -> decasecond
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Conversion<f32> for decasecond
impl Conversion<f32> for decasecond
type T = f32
Conversion factor type specific to the underlying storage type.
pub fn coefficient() -> <decasecond as Conversion<f32>>::T
pub fn constant(op: ConstantOp) -> <decasecond as Conversion<f32>>::T
fn into_conversion(&self) -> Self::T
impl Conversion<f64> for decasecond
impl Conversion<f64> for decasecond
type T = f64
Conversion factor type specific to the underlying storage type.
pub fn coefficient() -> <decasecond as Conversion<f64>>::T
pub fn constant(op: ConstantOp) -> <decasecond as Conversion<f64>>::T
fn into_conversion(&self) -> Self::T
impl Conversion<u64> for decasecond
impl Conversion<u64> for decasecond
type T = Ratio<u64>
Conversion factor type specific to the underlying storage type.
pub fn coefficient() -> <decasecond as Conversion<u64>>::T
pub fn constant(op: ConstantOp) -> <decasecond as Conversion<u64>>::T
fn into_conversion(&self) -> Self::T
impl Copy for decasecond
impl Debug for decasecond
impl Hash for decasecond
pub fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
__H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Unit for decasecond
pub fn abbreviation() -> &'static str
pub fn singular() -> &'static str
pub fn plural() -> &'static str
impl Unit for decasecond
Auto Trait Implementations
impl RefUnwindSafe for decasecond
impl Send for decasecond
impl Sync for decasecond
impl Unpin for decasecond
impl UnwindSafe for decasecond
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,