Struct stm32f429_hal::time::Hertz [] [src]

pub struct Hertz(pub u32);

Hertz

Trait Implementations

impl Clone for Hertz
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Hertz
[src]

impl Debug for Hertz
[src]

[src]

Formats the value using the given formatter. Read more

impl Into<Hertz> for KiloHertz
[src]

[src]

Performs the conversion.

impl Into<Hertz> for MegaHertz
[src]

[src]

Performs the conversion.

impl Into<KiloHertz> for Hertz
[src]

[src]

Performs the conversion.

impl Into<MegaHertz> for Hertz
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Hertz

impl Sync for Hertz