[][src]Struct mag::time::Gs

pub struct Gs;

Gigasecond

Trait Implementations

impl Unit for Gs[src]

impl Clone for Gs[src]

impl Copy for Gs[src]

impl PartialEq<Gs> for Gs[src]

impl Debug for Gs[src]

impl Div<Gs> for f64[src]

type Output = Frequency<Gs>

The resulting type after applying the / operator.

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

type Output = Speed<L, Gs>

The resulting type after applying the / operator.

impl Mul<Gs> for f64[src]

type Output = Period<Gs>

The resulting type after applying the * operator.

impl StructuralPartialEq for Gs[src]

Auto Trait Implementations

impl Send for Gs

impl Sync for Gs

impl Unpin for Gs

impl UnwindSafe for Gs

impl RefUnwindSafe for Gs

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]