Struct bitrate::Hertz[][src]

pub struct Hertz<T>(pub T);

Hertz

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter. Read more

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

Auto Trait Implementations

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

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