[][src]Struct imxrt1062_hal::ccm::Frequency

pub struct Frequency(_);

An opaque value representing a clock frequency

Trait Implementations

impl Clone for Frequency[src]

impl Copy for Frequency[src]

impl Debug for Frequency[src]

impl Div<Divider> for Frequency[src]

type Output = Frequency

The resulting type after applying the / operator.

impl DivAssign<Divider> for Frequency[src]

impl Eq for Frequency[src]

impl From<CLKSEL> for Frequency[src]

impl From<ClockSelect> for Frequency[src]

impl From<ClockSelect> for Frequency[src]

impl From<ClockSelect> for Frequency[src]

impl From<ClockSelect> for Frequency[src]

impl From<Frequency> for Duration[src]

impl From<Frequency> for Ticks<u32>[src]

impl PartialEq<Frequency> for Frequency[src]

impl StructuralEq for Frequency[src]

impl StructuralPartialEq for Frequency[src]

Auto Trait Implementations

impl Send for Frequency

impl Sync for Frequency

impl Unpin for Frequency

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.