[][src]Struct stm32l0xx_hal::time::Hertz

pub struct Hertz(pub u32);

Trait Implementations

impl Debug for Hertz[src]

impl Display for Hertz[src]

impl PartialEq<Hertz> for Hertz[src]

impl PartialOrd<Hertz> for Hertz[src]

impl Copy for Hertz[src]

impl StructuralPartialEq for Hertz[src]

impl Into<MicroSeconds> for Hertz[src]

impl Into<Hertz> for MicroSeconds[src]

impl Clone for Hertz[src]

Auto Trait Implementations

impl Unpin for Hertz

impl Send for Hertz

impl Sync for Hertz

Blanket Implementations

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

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

type Error = !

The type returned in the event of a conversion error.

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

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]

impl<T> Same<T> for T

type Output = T

Should always be Self