Struct stm32l4x6_hal::time::MegaHertz [] [src]

pub struct MegaHertz(pub u32);

Trait Implementations

impl Clone for MegaHertz
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MegaHertz
[src]

impl Into<MegaHertz> for u32
[src]

[src]

Performs the conversion.

impl Into<Hertz> for MegaHertz
[src]

[src]

Performs the conversion.

impl Into<KiloHertz> for MegaHertz
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for MegaHertz

impl Sync for MegaHertz