[−]Struct heim::units::time::attosecond
Measurement unit.
Trait Implementations
impl Clone for attosecond
pub fn clone(&self) -> attosecond
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Conversion<f32> for attosecond
impl Conversion<f32> for attosecond
type T = f32
Conversion factor type specific to the underlying storage type.
pub fn coefficient() -> <attosecond as Conversion<f32>>::T
pub fn constant(op: ConstantOp) -> <attosecond as Conversion<f32>>::T
fn into_conversion(&self) -> Self::T
impl Conversion<f64> for attosecond
impl Conversion<f64> for attosecond
type T = f64
Conversion factor type specific to the underlying storage type.
pub fn coefficient() -> <attosecond as Conversion<f64>>::T
pub fn constant(op: ConstantOp) -> <attosecond as Conversion<f64>>::T
fn into_conversion(&self) -> Self::T
impl Conversion<u64> for attosecond
impl Conversion<u64> for attosecond
type T = Ratio<u64>
Conversion factor type specific to the underlying storage type.
pub fn coefficient() -> <attosecond as Conversion<u64>>::T
pub fn constant(op: ConstantOp) -> <attosecond as Conversion<u64>>::T
fn into_conversion(&self) -> Self::T
impl Copy for attosecond
impl Debug for attosecond
impl Hash for attosecond
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 attosecond
pub fn abbreviation() -> &'static str
pub fn singular() -> &'static str
pub fn plural() -> &'static str
impl Unit for attosecond
Auto Trait Implementations
impl RefUnwindSafe for attosecond
impl Send for attosecond
impl Sync for attosecond
impl Unpin for attosecond
impl UnwindSafe for attosecond
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>,