Struct bitrate::MegaHertz[][src]

pub struct MegaHertz<T>(pub T);

MegaHertz

Trait Implementations

impl<T: Clone> Clone for MegaHertz<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for MegaHertz<T>
[src]

impl<T: Debug> Debug for MegaHertz<T>
[src]

Formats the value using the given formatter. Read more

impl Into<Hertz<u32>> for MegaHertz<u32>
[src]

Performs the conversion.

impl Into<KiloHertz<u32>> for MegaHertz<u32>
[src]

Performs the conversion.

impl Into<Hertz<u64>> for MegaHertz<u64>
[src]

Performs the conversion.

impl Into<KiloHertz<u64>> for MegaHertz<u64>
[src]

Performs the conversion.

impl Into<Hertz<u128>> for MegaHertz<u128>
[src]

Performs the conversion.

impl Into<KiloHertz<u128>> for MegaHertz<u128>
[src]

Performs the conversion.

impl Into<Hertz<usize>> for MegaHertz<usize>
[src]

Performs the conversion.

impl Into<KiloHertz<usize>> for MegaHertz<usize>
[src]

Performs the conversion.

impl Into<Hertz<i32>> for MegaHertz<i32>
[src]

Performs the conversion.

impl Into<KiloHertz<i32>> for MegaHertz<i32>
[src]

Performs the conversion.

impl Into<Hertz<i64>> for MegaHertz<i64>
[src]

Performs the conversion.

impl Into<KiloHertz<i64>> for MegaHertz<i64>
[src]

Performs the conversion.

impl Into<Hertz<i128>> for MegaHertz<i128>
[src]

Performs the conversion.

impl Into<KiloHertz<i128>> for MegaHertz<i128>
[src]

Performs the conversion.

impl Into<Hertz<isize>> for MegaHertz<isize>
[src]

Performs the conversion.

impl Into<KiloHertz<isize>> for MegaHertz<isize>
[src]

Performs the conversion.

Auto Trait Implementations

impl<T> Send for MegaHertz<T> where
    T: Send

impl<T> Sync for MegaHertz<T> where
    T: Sync