Struct alt_stm32f30x_hal::time::Hertz[][src]

pub struct Hertz(pub u32);

Hertz

Trait Implementations

impl Clone for Hertz
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Hertz
[src]

impl Debug for Hertz
[src]

Formats the value using the given formatter. Read more

impl Into<Hertz> for KiloHertz
[src]

Performs the conversion.

impl Into<Hertz> for MegaHertz
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Hertz

impl Sync for Hertz