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

pub struct MegaHertz<T>(pub T);

MegaHertz

Trait Implementations

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

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

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

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

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self