Struct embedded_time::rate::Megabaud [−][src]
pub struct Megabaud<T: TimeInt = u32>(pub T);
Expand description
Baud × 1,000,000
Implementations
Trait Implementations
impl<T: TimeInt, Rhs: Rate> Add<Rhs> for Megabaud<T> where
Rhs: FixedPoint,
Self: TryFrom<Rhs>, [src]
impl<T: TimeInt, Rhs: Rate> Add<Rhs> for Megabaud<T> where
Rhs: FixedPoint,
Self: TryFrom<Rhs>, [src]impl<T: TimeInt> Display for Megabaud<T>[src]
impl<T: TimeInt> Display for Megabaud<T>[src]fn fmt(&self, f: &mut Formatter<'_>) -> Result[src]
fn fmt(&self, f: &mut Formatter<'_>) -> Result[src]See Formatting
impl<T: TimeInt> FixedPoint for Megabaud<T>[src]
impl<T: TimeInt> FixedPoint for Megabaud<T>[src]type T = T
type T = TThe integer (magnitude) type
const SCALING_FACTOR: Fraction[src]
const SCALING_FACTOR: Fraction[src]The fractional scaling factor
fn new(value: Self::T) -> Self[src]
fn checked_mul(&self, rhs: &Self::T) -> Option<Self>[src]
fn checked_mul(&self, rhs: &Self::T) -> Option<Self>[src]Multiply with overflow checking
fn checked_div(&self, rhs: &Self::T) -> Option<Self>[src]
fn checked_div(&self, rhs: &Self::T) -> Option<Self>[src]Multiply with overflow checking
impl<T: Ord + TimeInt> Ord for Megabaud<T>[src]
impl<T: Ord + TimeInt> Ord for Megabaud<T>[src]impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Baud<RhsInt>> for Megabaud<T> where
Baud<RhsInt>: PartialEq<Megabaud<T>>, [src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Baud<RhsInt>> for Megabaud<T> where
Baud<RhsInt>: PartialEq<Megabaud<T>>, [src]impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Kilobaud<RhsInt>> for Megabaud<T> where
Kilobaud<RhsInt>: PartialEq<Megabaud<T>>, [src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Kilobaud<RhsInt>> for Megabaud<T> where
Kilobaud<RhsInt>: PartialEq<Megabaud<T>>, [src]impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Megabaud<RhsInt>> for Megabaud<T> where
T: TryFrom<RhsInt>, [src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Megabaud<RhsInt>> for Megabaud<T> where
T: TryFrom<RhsInt>, [src]impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Megabaud<RhsInt>> for Kilobaud<T> where
Self: TryFrom<Megabaud<RhsInt>>, [src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Megabaud<RhsInt>> for Kilobaud<T> where
Self: TryFrom<Megabaud<RhsInt>>, [src]impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Megabaud<RhsInt>> for Baud<T> where
Self: TryFrom<Megabaud<RhsInt>>, [src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<Megabaud<RhsInt>> for Baud<T> where
Self: TryFrom<Megabaud<RhsInt>>, [src]impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Baud<RhsInt>> for Megabaud<T> where
Baud<RhsInt>: TryFrom<Self> + Ord, [src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Baud<RhsInt>> for Megabaud<T> where
Baud<RhsInt>: TryFrom<Self> + Ord, [src]fn partial_cmp(&self, rhs: &Baud<RhsInt>) -> Option<Ordering>[src]
fn partial_cmp(&self, rhs: &Baud<RhsInt>) -> Option<Ordering>[src]See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Kilobaud<RhsInt>> for Megabaud<T> where
Kilobaud<RhsInt>: TryFrom<Self> + Ord, [src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Kilobaud<RhsInt>> for Megabaud<T> where
Kilobaud<RhsInt>: TryFrom<Self> + Ord, [src]fn partial_cmp(&self, rhs: &Kilobaud<RhsInt>) -> Option<Ordering>[src]
fn partial_cmp(&self, rhs: &Kilobaud<RhsInt>) -> Option<Ordering>[src]See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Megabaud<RhsInt>> for Megabaud<T> where
T: TryFrom<RhsInt>, [src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Megabaud<RhsInt>> for Megabaud<T> where
T: TryFrom<RhsInt>, [src]fn partial_cmp(&self, rhs: &Megabaud<RhsInt>) -> Option<Ordering>[src]
fn partial_cmp(&self, rhs: &Megabaud<RhsInt>) -> Option<Ordering>[src]See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Megabaud<RhsInt>> for Kilobaud<T> where
Self: TryFrom<Megabaud<RhsInt>>, [src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Megabaud<RhsInt>> for Kilobaud<T> where
Self: TryFrom<Megabaud<RhsInt>>, [src]fn partial_cmp(&self, rhs: &Megabaud<RhsInt>) -> Option<Ordering>[src]
fn partial_cmp(&self, rhs: &Megabaud<RhsInt>) -> Option<Ordering>[src]See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Megabaud<RhsInt>> for Baud<T> where
Self: TryFrom<Megabaud<RhsInt>>, [src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<Megabaud<RhsInt>> for Baud<T> where
Self: TryFrom<Megabaud<RhsInt>>, [src]fn partial_cmp(&self, rhs: &Megabaud<RhsInt>) -> Option<Ordering>[src]
fn partial_cmp(&self, rhs: &Megabaud<RhsInt>) -> Option<Ordering>[src]See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl<T: TimeInt> Rate for Megabaud<T>[src]
impl<T: TimeInt> Rate for Megabaud<T>[src]fn to_generic<DestInt: TimeInt>(
self,
scaling_factor: Fraction
) -> Result<Generic<DestInt>, ConversionError> where
Self: FixedPoint,
DestInt: TryFrom<Self::T>, [src]
fn to_generic<DestInt: TimeInt>(
self,
scaling_factor: Fraction
) -> Result<Generic<DestInt>, ConversionError> where
Self: FixedPoint,
DestInt: TryFrom<Self::T>, [src]fn to_duration<Duration: Duration>(&self) -> Result<Duration, ConversionError> where
Duration: FixedPoint,
Self: FixedPoint,
Duration::T: TryFrom<Self::T>, [src]
fn to_duration<Duration: Duration>(&self) -> Result<Duration, ConversionError> where
Duration: FixedPoint,
Self: FixedPoint,
Duration::T: TryFrom<Self::T>, [src]impl<T: TimeInt, Rhs: Rate> Rem<Rhs> for Megabaud<T> where
Self: TryFrom<Rhs>,
Rhs: FixedPoint, [src]
impl<T: TimeInt, Rhs: Rate> Rem<Rhs> for Megabaud<T> where
Self: TryFrom<Rhs>,
Rhs: FixedPoint, [src]impl<T: TimeInt, Rhs: Rate> Sub<Rhs> for Megabaud<T> where
Self: TryFrom<Rhs>,
Rhs: FixedPoint, [src]
impl<T: TimeInt, Rhs: Rate> Sub<Rhs> for Megabaud<T> where
Self: TryFrom<Rhs>,
Rhs: FixedPoint, [src]impl TryFrom<Baud<u64>> for Megabaud<u32>[src]
impl TryFrom<Baud<u64>> for Megabaud<u32>[src]type Error = ConversionError
type Error = ConversionErrorThe type returned in the event of a conversion error.
impl<SourceInt: TimeInt, DestInt: TimeInt> TryFrom<Generic<SourceInt>> for Megabaud<DestInt> where
DestInt: TryFrom<SourceInt>, [src]
impl<SourceInt: TimeInt, DestInt: TimeInt> TryFrom<Generic<SourceInt>> for Megabaud<DestInt> where
DestInt: TryFrom<SourceInt>, [src]impl TryFrom<Kilobaud<u64>> for Megabaud<u32>[src]
impl TryFrom<Kilobaud<u64>> for Megabaud<u32>[src]type Error = ConversionError
type Error = ConversionErrorThe type returned in the event of a conversion error.
impl<T: TimeInt> TryFrom<Megabaud<T>> for Kilobaud<T>[src]
impl<T: TimeInt> TryFrom<Megabaud<T>> for Kilobaud<T>[src]type Error = ConversionError
type Error = ConversionErrorThe type returned in the event of a conversion error.
impl<T: TimeInt> TryFrom<Megabaud<T>> for Baud<T>[src]
impl<T: TimeInt> TryFrom<Megabaud<T>> for Baud<T>[src]type Error = ConversionError
type Error = ConversionErrorThe type returned in the event of a conversion error.
impl TryFrom<Megabaud<u64>> for Megabaud<u32>[src]
impl TryFrom<Megabaud<u64>> for Megabaud<u32>[src]type Error = ConversionError
type Error = ConversionErrorThe type returned in the event of a conversion error.
impl TryFrom<Megabaud<u64>> for Kilobaud<u32>[src]
impl TryFrom<Megabaud<u64>> for Kilobaud<u32>[src]type Error = ConversionError
type Error = ConversionErrorThe type returned in the event of a conversion error.
impl TryFrom<Megabaud<u64>> for Baud<u32>[src]
impl TryFrom<Megabaud<u64>> for Baud<u32>[src]type Error = ConversionError
type Error = ConversionErrorThe type returned in the event of a conversion error.
impl<T: Copy + TimeInt> Copy for Megabaud<T>[src]
impl<T: Eq + TimeInt> Eq for Megabaud<T>[src]
impl<T: TimeInt> StructuralEq for Megabaud<T>[src]
Auto Trait Implementations
impl<T> Send for Megabaud<T> where
T: Send,
T: Send,
impl<T> Sync for Megabaud<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Megabaud<T> where
T: Unpin,
T: Unpin,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
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>,