[−][src]Struct embedded_time::rate::Hertz
Hertz
Implementations
impl<T: TimeInt> Hertz<T>
[src][−]
Trait Implementations
impl<T: TimeInt, Rhs: Rate> Add<Rhs> for Hertz<T> where
Rhs: FixedPoint,
Self: TryFrom<Rhs>,
[src][+]
Rhs: FixedPoint,
Self: TryFrom<Rhs>,
impl<T: Clone + TimeInt> Clone for Hertz<T>
[src][+]
impl<T: Copy + TimeInt> Copy for Hertz<T>
[src]
impl<T: Debug + TimeInt> Debug for Hertz<T>
[src][+]
impl<T: Default + TimeInt> Default for Hertz<T>
[src][+]
impl<T: TimeInt> Display for Hertz<T>
[src][+]
impl<T: TimeInt> Div<T> for Hertz<T>
[src][+]
impl<T: Eq + TimeInt> Eq for Hertz<T>
[src]
impl<T: TimeInt> FixedPoint for Hertz<T>
[src][+]
impl<T: TimeInt> From<Hertz<T>> for Generic<T>
[src][+]
impl<T: TimeInt> From<Hertz<T>> for Mebihertz<T>
[src][+]
impl<T: TimeInt> From<Hertz<T>> for Kibihertz<T>
[src][+]
impl<T: TimeInt> From<Hertz<T>> for Megahertz<T>
[src][+]
impl<T: TimeInt> From<Hertz<T>> for Kilohertz<T>
[src][+]
impl From<Hertz<u32>> for Mebihertz<u64>
[src][+]
impl From<Hertz<u32>> for Kibihertz<u64>
[src][+]
impl From<Hertz<u32>> for Megahertz<u64>
[src][+]
impl From<Hertz<u32>> for Kilohertz<u64>
[src][+]
impl From<Hertz<u32>> for Hertz<u64>
[src][+]
impl From<Kibihertz<u32>> for Hertz<u64>
[src][+]
impl From<Kilohertz<u32>> for Hertz<u64>
[src][+]
impl From<Mebihertz<u32>> for Hertz<u64>
[src][+]
impl From<Megahertz<u32>> for Hertz<u64>
[src][+]
impl<T: Hash + TimeInt> Hash for Hertz<T>
[src][+]
impl<T: TimeInt> Mul<T> for Hertz<T>
[src][+]
impl<T: Ord + TimeInt> Ord for Hertz<T>
[src][+]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Hertz<RhsInt>> for Mebihertz<T> where
Hertz<RhsInt>: PartialEq<Mebihertz<T>>,
[src][+]
Hertz<RhsInt>: PartialEq<Mebihertz<T>>,
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Hertz<RhsInt>> for Kibihertz<T> where
Hertz<RhsInt>: PartialEq<Kibihertz<T>>,
[src][+]
Hertz<RhsInt>: PartialEq<Kibihertz<T>>,
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Hertz<RhsInt>> for Megahertz<T> where
Hertz<RhsInt>: PartialEq<Megahertz<T>>,
[src][+]
Hertz<RhsInt>: PartialEq<Megahertz<T>>,
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Hertz<RhsInt>> for Kilohertz<T> where
Hertz<RhsInt>: PartialEq<Kilohertz<T>>,
[src][+]
Hertz<RhsInt>: PartialEq<Kilohertz<T>>,
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Hertz<RhsInt>> for Hertz<T> where
T: TryFrom<RhsInt>,
[src][+]
T: TryFrom<RhsInt>,
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Kibihertz<RhsInt>> for Hertz<T> where
Self: TryFrom<Kibihertz<RhsInt>>,
[src][+]
Self: TryFrom<Kibihertz<RhsInt>>,
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Kilohertz<RhsInt>> for Hertz<T> where
Self: TryFrom<Kilohertz<RhsInt>>,
[src][+]
Self: TryFrom<Kilohertz<RhsInt>>,
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Mebihertz<RhsInt>> for Hertz<T> where
Self: TryFrom<Mebihertz<RhsInt>>,
[src][+]
Self: TryFrom<Mebihertz<RhsInt>>,
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Megahertz<RhsInt>> for Hertz<T> where
Self: TryFrom<Megahertz<RhsInt>>,
[src][+]
Self: TryFrom<Megahertz<RhsInt>>,
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Hertz<RhsInt>> for Mebihertz<T> where
Hertz<RhsInt>: TryFrom<Self> + Ord,
[src][+]
Hertz<RhsInt>: TryFrom<Self> + Ord,
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Hertz<RhsInt>> for Kibihertz<T> where
Hertz<RhsInt>: TryFrom<Self> + Ord,
[src][+]
Hertz<RhsInt>: TryFrom<Self> + Ord,
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Hertz<RhsInt>> for Megahertz<T> where
Hertz<RhsInt>: TryFrom<Self> + Ord,
[src][+]
Hertz<RhsInt>: TryFrom<Self> + Ord,
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Hertz<RhsInt>> for Kilohertz<T> where
Hertz<RhsInt>: TryFrom<Self> + Ord,
[src][+]
Hertz<RhsInt>: TryFrom<Self> + Ord,
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Hertz<RhsInt>> for Hertz<T> where
T: TryFrom<RhsInt>,
[src][+]
T: TryFrom<RhsInt>,
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Kibihertz<RhsInt>> for Hertz<T> where
Self: TryFrom<Kibihertz<RhsInt>>,
[src][+]
Self: TryFrom<Kibihertz<RhsInt>>,
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Kilohertz<RhsInt>> for Hertz<T> where
Self: TryFrom<Kilohertz<RhsInt>>,
[src][+]
Self: TryFrom<Kilohertz<RhsInt>>,
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Mebihertz<RhsInt>> for Hertz<T> where
Self: TryFrom<Mebihertz<RhsInt>>,
[src][+]
Self: TryFrom<Mebihertz<RhsInt>>,
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Megahertz<RhsInt>> for Hertz<T> where
Self: TryFrom<Megahertz<RhsInt>>,
[src][+]
Self: TryFrom<Megahertz<RhsInt>>,
impl<T: TimeInt> Rate for Hertz<T>
[src][+]
impl<T: TimeInt, Rhs: Rate> Rem<Rhs> for Hertz<T> where
Self: TryFrom<Rhs>,
Rhs: FixedPoint,
[src][+]
Self: TryFrom<Rhs>,
Rhs: FixedPoint,
impl<T: TimeInt> StructuralEq for Hertz<T>
[src]
impl<T: TimeInt, Rhs: Rate> Sub<Rhs> for Hertz<T> where
Self: TryFrom<Rhs>,
Rhs: FixedPoint,
[src][+]
Self: TryFrom<Rhs>,
Rhs: FixedPoint,
impl<SourceInt: TimeInt, DestInt: TimeInt> TryFrom<Generic<SourceInt>> for Hertz<DestInt> where
DestInt: TryFrom<SourceInt>,
[src][+]
DestInt: TryFrom<SourceInt>,
impl TryFrom<Hertz<u64>> for Mebihertz<u32>
[src][+]
impl TryFrom<Hertz<u64>> for Kibihertz<u32>
[src][+]
impl TryFrom<Hertz<u64>> for Megahertz<u32>
[src][+]
impl TryFrom<Hertz<u64>> for Kilohertz<u32>
[src][+]
impl TryFrom<Hertz<u64>> for Hertz<u32>
[src][+]
impl<T: TimeInt> TryFrom<Kibihertz<T>> for Hertz<T>
[src][+]
impl TryFrom<Kibihertz<u64>> for Hertz<u32>
[src][+]
impl<T: TimeInt> TryFrom<Kilohertz<T>> for Hertz<T>
[src][+]
impl TryFrom<Kilohertz<u64>> for Hertz<u32>
[src][+]
impl<T: TimeInt> TryFrom<Mebihertz<T>> for Hertz<T>
[src][+]
impl TryFrom<Mebihertz<u64>> for Hertz<u32>
[src][+]
impl<T: TimeInt> TryFrom<Megahertz<T>> for Hertz<T>
[src][+]
impl TryFrom<Megahertz<u64>> for Hertz<u32>
[src][+]
Auto Trait Implementations
impl<T> Send for Hertz<T> where
T: Send,
T: Send,
impl<T> Sync for Hertz<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Hertz<T> where
T: Unpin,
T: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, Rhs, Output> NumOps<Rhs, Output> for T where
T: Sub<Rhs, Output = Output> + Mul<Rhs, Output = Output> + Div<Rhs, Output = Output> + Add<Rhs, Output = Output> + Rem<Rhs, Output = Output>,
[src]
T: Sub<Rhs, Output = Output> + Mul<Rhs, Output = Output> + Div<Rhs, Output = Output> + Add<Rhs, Output = Output> + Rem<Rhs, Output = Output>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,