Struct alt_stm32f30x_hal::time::MegaHertz[][src]

pub struct MegaHertz(pub u32);

MegaHertz

Trait Implementations

impl Clone for MegaHertz
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MegaHertz
[src]

impl Into<Hertz> for MegaHertz
[src]

Performs the conversion.

impl Into<KiloHertz> for MegaHertz
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for MegaHertz

impl Sync for MegaHertz