[][src]Trait embedded_time::Period

pub trait Period {
    const PERIOD: Ratio<i32>;
}

Associated Constants

const PERIOD: Ratio<i32>

Loading content...

Implementors

impl<T: TimeRep> Period for Hours<T>[src]

See module-level documentation for details about this type

impl<T: TimeRep> Period for Microseconds<T>[src]

See module-level documentation for details about this type

impl<T: TimeRep> Period for Milliseconds<T>[src]

See module-level documentation for details about this type

impl<T: TimeRep> Period for Minutes<T>[src]

See module-level documentation for details about this type

impl<T: TimeRep> Period for Nanoseconds<T>[src]

See module-level documentation for details about this type

impl<T: TimeRep> Period for Seconds<T>[src]

See module-level documentation for details about this type

Loading content...