Struct specs_time::Time[][src]

pub struct Time<T> { /* fields omitted */ }

Methods

impl<T> Time<T> where
    T: Float + FromPrimitive
[src]

Trait Implementations

impl<T: Debug> Debug for Time<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for Time<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> Default for Time<T> where
    T: Float + FromPrimitive
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<T> Send for Time<T> where
    T: Send

impl<T> Sync for Time<T> where
    T: Sync