[][src]Struct mag::time::s

pub struct s;

Second

Trait Implementations

impl Unit for s[src]

impl Clone for s[src]

impl Copy for s[src]

impl PartialEq<s> for s[src]

impl Debug for s[src]

impl Div<s> for f64[src]

type Output = Frequency<s>

The resulting type after applying the / operator.

impl<L> Div<s> for Length<L> where
    L: Unit
[src]

type Output = Speed<L, s>

The resulting type after applying the / operator.

impl Mul<s> for f64[src]

type Output = Period<s>

The resulting type after applying the * operator.

impl StructuralPartialEq for s[src]

Auto Trait Implementations

impl Send for s

impl Sync for s

impl Unpin for s

impl UnwindSafe for s

impl RefUnwindSafe for s

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]