[−][src]Struct embedded_time::rate::MebibytesPerSecond
Bytes/s × 1,048,576
Implementations
impl<T: TimeInt> MebibytesPerSecond<T>[src]
Trait Implementations
impl<T: TimeInt, Rhs: Rate> Add<Rhs> for MebibytesPerSecond<T> where
Rhs: FixedPoint,
Self: TryFrom<Rhs>, [src]
Rhs: FixedPoint,
Self: TryFrom<Rhs>,
type Output = Self
The resulting type after applying the + operator.
fn add(self, rhs: Rhs) -> Self::Output[src]
See Add/Sub
impl<T: Clone + TimeInt> Clone for MebibytesPerSecond<T>[src]
fn clone(&self) -> MebibytesPerSecond<T>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<T: Copy + TimeInt> Copy for MebibytesPerSecond<T>[src]
impl<T: Debug + TimeInt> Debug for MebibytesPerSecond<T>[src]
impl<T: Default + TimeInt> Default for MebibytesPerSecond<T>[src]
fn default() -> MebibytesPerSecond<T>[src]
impl<T: TimeInt> Display for MebibytesPerSecond<T>[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
See Formatting
impl<T: TimeInt> Div<T> for MebibytesPerSecond<T>[src]
type Output = Self
The resulting type after applying the / operator.
fn div(self, rhs: T) -> Self::Output[src]
See Mul/Div
impl<T: Eq + TimeInt> Eq for MebibytesPerSecond<T>[src]
impl<T: TimeInt> FixedPoint for MebibytesPerSecond<T>[src]
type T = T
The integer (magnitude) type
const SCALING_FACTOR: Fraction[src]
fn new(value: Self::T) -> Self[src]
fn integer(&self) -> &Self::T[src]
fn checked_mul(&self, rhs: &Self::T) -> Option<Self>[src]
fn checked_div(&self, rhs: &Self::T) -> Option<Self>[src]
fn min_value() -> Self::T[src]
fn max_value() -> Self::T[src]
impl<T: TimeInt> From<BitsPerSecond<T>> for MebibytesPerSecond<T>[src]
fn from(small: BitsPerSecond<T>) -> Self[src]
impl From<BitsPerSecond<u32>> for MebibytesPerSecond<u64>[src]
fn from(small: BitsPerSecond<u32>) -> Self[src]
impl<T: TimeInt> From<BytesPerSecond<T>> for MebibytesPerSecond<T>[src]
fn from(small: BytesPerSecond<T>) -> Self[src]
impl From<BytesPerSecond<u32>> for MebibytesPerSecond<u64>[src]
fn from(small: BytesPerSecond<u32>) -> Self[src]
impl<T: TimeInt> From<KibibitsPerSecond<T>> for MebibytesPerSecond<T>[src]
fn from(small: KibibitsPerSecond<T>) -> Self[src]
impl From<KibibitsPerSecond<u32>> for MebibytesPerSecond<u64>[src]
fn from(small: KibibitsPerSecond<u32>) -> Self[src]
impl<T: TimeInt> From<KibibytesPerSecond<T>> for MebibytesPerSecond<T>[src]
fn from(small: KibibytesPerSecond<T>) -> Self[src]
impl From<KibibytesPerSecond<u32>> for MebibytesPerSecond<u64>[src]
fn from(small: KibibytesPerSecond<u32>) -> Self[src]
impl<T: TimeInt> From<MebibitsPerSecond<T>> for MebibytesPerSecond<T>[src]
fn from(small: MebibitsPerSecond<T>) -> Self[src]
impl From<MebibitsPerSecond<u32>> for MebibytesPerSecond<u64>[src]
fn from(small: MebibitsPerSecond<u32>) -> Self[src]
impl<T: TimeInt> From<MebibytesPerSecond<T>> for Generic<T>[src]
fn from(rate: MebibytesPerSecond<T>) -> Self[src]
impl From<MebibytesPerSecond<u32>> for MebibytesPerSecond<u64>[src]
fn from(source: MebibytesPerSecond<u32>) -> Self[src]
impl From<MebibytesPerSecond<u32>> for MebibitsPerSecond<u64>[src]
fn from(big: MebibytesPerSecond<u32>) -> Self[src]
impl From<MebibytesPerSecond<u32>> for KibibytesPerSecond<u64>[src]
fn from(big: MebibytesPerSecond<u32>) -> Self[src]
impl From<MebibytesPerSecond<u32>> for KibibitsPerSecond<u64>[src]
fn from(big: MebibytesPerSecond<u32>) -> Self[src]
impl From<MebibytesPerSecond<u32>> for BytesPerSecond<u64>[src]
fn from(big: MebibytesPerSecond<u32>) -> Self[src]
impl From<MebibytesPerSecond<u32>> for BitsPerSecond<u64>[src]
fn from(big: MebibytesPerSecond<u32>) -> Self[src]
impl<T: Hash + TimeInt> Hash for MebibytesPerSecond<T>[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl<T: TimeInt> Mul<T> for MebibytesPerSecond<T>[src]
type Output = Self
The resulting type after applying the * operator.
fn mul(self, rhs: T) -> Self::Output[src]
See Mul/Div
impl<T: Ord + TimeInt> Ord for MebibytesPerSecond<T>[src]
fn cmp(&self, other: &MebibytesPerSecond<T>) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<BitsPerSecond<RhsInt>> for MebibytesPerSecond<T> where
BitsPerSecond<RhsInt>: PartialEq<MebibytesPerSecond<T>>, [src]
BitsPerSecond<RhsInt>: PartialEq<MebibytesPerSecond<T>>,
fn eq(&self, rhs: &BitsPerSecond<RhsInt>) -> bool[src]
See Comparisons
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<BytesPerSecond<RhsInt>> for MebibytesPerSecond<T> where
BytesPerSecond<RhsInt>: PartialEq<MebibytesPerSecond<T>>, [src]
BytesPerSecond<RhsInt>: PartialEq<MebibytesPerSecond<T>>,
fn eq(&self, rhs: &BytesPerSecond<RhsInt>) -> bool[src]
See Comparisons
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<KibibitsPerSecond<RhsInt>> for MebibytesPerSecond<T> where
KibibitsPerSecond<RhsInt>: PartialEq<MebibytesPerSecond<T>>, [src]
KibibitsPerSecond<RhsInt>: PartialEq<MebibytesPerSecond<T>>,
fn eq(&self, rhs: &KibibitsPerSecond<RhsInt>) -> bool[src]
See Comparisons
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<KibibytesPerSecond<RhsInt>> for MebibytesPerSecond<T> where
KibibytesPerSecond<RhsInt>: PartialEq<MebibytesPerSecond<T>>, [src]
KibibytesPerSecond<RhsInt>: PartialEq<MebibytesPerSecond<T>>,
fn eq(&self, rhs: &KibibytesPerSecond<RhsInt>) -> bool[src]
See Comparisons
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<MebibitsPerSecond<RhsInt>> for MebibytesPerSecond<T> where
MebibitsPerSecond<RhsInt>: PartialEq<MebibytesPerSecond<T>>, [src]
MebibitsPerSecond<RhsInt>: PartialEq<MebibytesPerSecond<T>>,
fn eq(&self, rhs: &MebibitsPerSecond<RhsInt>) -> bool[src]
See Comparisons
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<MebibytesPerSecond<RhsInt>> for MebibytesPerSecond<T> where
T: TryFrom<RhsInt>, [src]
T: TryFrom<RhsInt>,
fn eq(&self, rhs: &MebibytesPerSecond<RhsInt>) -> bool[src]
See Comparisons
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<MebibytesPerSecond<RhsInt>> for MebibitsPerSecond<T> where
Self: TryFrom<MebibytesPerSecond<RhsInt>>, [src]
Self: TryFrom<MebibytesPerSecond<RhsInt>>,
fn eq(&self, rhs: &MebibytesPerSecond<RhsInt>) -> bool[src]
See Comparisons
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<MebibytesPerSecond<RhsInt>> for KibibytesPerSecond<T> where
Self: TryFrom<MebibytesPerSecond<RhsInt>>, [src]
Self: TryFrom<MebibytesPerSecond<RhsInt>>,
fn eq(&self, rhs: &MebibytesPerSecond<RhsInt>) -> bool[src]
See Comparisons
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<MebibytesPerSecond<RhsInt>> for KibibitsPerSecond<T> where
Self: TryFrom<MebibytesPerSecond<RhsInt>>, [src]
Self: TryFrom<MebibytesPerSecond<RhsInt>>,
fn eq(&self, rhs: &MebibytesPerSecond<RhsInt>) -> bool[src]
See Comparisons
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<MebibytesPerSecond<RhsInt>> for BytesPerSecond<T> where
Self: TryFrom<MebibytesPerSecond<RhsInt>>, [src]
Self: TryFrom<MebibytesPerSecond<RhsInt>>,
fn eq(&self, rhs: &MebibytesPerSecond<RhsInt>) -> bool[src]
See Comparisons
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialEq<MebibytesPerSecond<RhsInt>> for BitsPerSecond<T> where
Self: TryFrom<MebibytesPerSecond<RhsInt>>, [src]
Self: TryFrom<MebibytesPerSecond<RhsInt>>,
fn eq(&self, rhs: &MebibytesPerSecond<RhsInt>) -> bool[src]
See Comparisons
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<BitsPerSecond<RhsInt>> for MebibytesPerSecond<T> where
BitsPerSecond<RhsInt>: TryFrom<Self> + Ord, [src]
BitsPerSecond<RhsInt>: TryFrom<Self> + Ord,
fn partial_cmp(&self, rhs: &BitsPerSecond<RhsInt>) -> Option<Ordering>[src]
See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<BytesPerSecond<RhsInt>> for MebibytesPerSecond<T> where
BytesPerSecond<RhsInt>: TryFrom<Self> + Ord, [src]
BytesPerSecond<RhsInt>: TryFrom<Self> + Ord,
fn partial_cmp(&self, rhs: &BytesPerSecond<RhsInt>) -> Option<Ordering>[src]
See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<KibibitsPerSecond<RhsInt>> for MebibytesPerSecond<T> where
KibibitsPerSecond<RhsInt>: TryFrom<Self> + Ord, [src]
KibibitsPerSecond<RhsInt>: TryFrom<Self> + Ord,
fn partial_cmp(&self, rhs: &KibibitsPerSecond<RhsInt>) -> Option<Ordering>[src]
See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<KibibytesPerSecond<RhsInt>> for MebibytesPerSecond<T> where
KibibytesPerSecond<RhsInt>: TryFrom<Self> + Ord, [src]
KibibytesPerSecond<RhsInt>: TryFrom<Self> + Ord,
fn partial_cmp(&self, rhs: &KibibytesPerSecond<RhsInt>) -> Option<Ordering>[src]
See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<MebibitsPerSecond<RhsInt>> for MebibytesPerSecond<T> where
MebibitsPerSecond<RhsInt>: TryFrom<Self> + Ord, [src]
MebibitsPerSecond<RhsInt>: TryFrom<Self> + Ord,
fn partial_cmp(&self, rhs: &MebibitsPerSecond<RhsInt>) -> Option<Ordering>[src]
See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<MebibytesPerSecond<RhsInt>> for MebibytesPerSecond<T> where
T: TryFrom<RhsInt>, [src]
T: TryFrom<RhsInt>,
fn partial_cmp(&self, rhs: &MebibytesPerSecond<RhsInt>) -> Option<Ordering>[src]
See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<MebibytesPerSecond<RhsInt>> for MebibitsPerSecond<T> where
Self: TryFrom<MebibytesPerSecond<RhsInt>>, [src]
Self: TryFrom<MebibytesPerSecond<RhsInt>>,
fn partial_cmp(&self, rhs: &MebibytesPerSecond<RhsInt>) -> Option<Ordering>[src]
See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<MebibytesPerSecond<RhsInt>> for KibibytesPerSecond<T> where
Self: TryFrom<MebibytesPerSecond<RhsInt>>, [src]
Self: TryFrom<MebibytesPerSecond<RhsInt>>,
fn partial_cmp(&self, rhs: &MebibytesPerSecond<RhsInt>) -> Option<Ordering>[src]
See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<MebibytesPerSecond<RhsInt>> for KibibitsPerSecond<T> where
Self: TryFrom<MebibytesPerSecond<RhsInt>>, [src]
Self: TryFrom<MebibytesPerSecond<RhsInt>>,
fn partial_cmp(&self, rhs: &MebibytesPerSecond<RhsInt>) -> Option<Ordering>[src]
See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<MebibytesPerSecond<RhsInt>> for BytesPerSecond<T> where
Self: TryFrom<MebibytesPerSecond<RhsInt>>, [src]
Self: TryFrom<MebibytesPerSecond<RhsInt>>,
fn partial_cmp(&self, rhs: &MebibytesPerSecond<RhsInt>) -> Option<Ordering>[src]
See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt, RhsInt: TimeInt> PartialOrd<MebibytesPerSecond<RhsInt>> for BitsPerSecond<T> where
Self: TryFrom<MebibytesPerSecond<RhsInt>>, [src]
Self: TryFrom<MebibytesPerSecond<RhsInt>>,
fn partial_cmp(&self, rhs: &MebibytesPerSecond<RhsInt>) -> Option<Ordering>[src]
See Comparisons
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<T: TimeInt> Rate for MebibytesPerSecond<T>[src]
fn to_generic<DestInt: TimeInt>(
self,
scaling_factor: Fraction
) -> Result<Generic<DestInt>, ConversionError> where
Self: FixedPoint,
DestInt: TryFrom<Self::T>, [src]
self,
scaling_factor: Fraction
) -> Result<Generic<DestInt>, ConversionError> where
Self: FixedPoint,
DestInt: TryFrom<Self::T>,
fn to_duration<Duration: Duration>(&self) -> Result<Duration, ConversionError> where
Duration: FixedPoint,
Self: FixedPoint,
Duration::T: TryFrom<Self::T>, [src]
Duration: FixedPoint,
Self: FixedPoint,
Duration::T: TryFrom<Self::T>,
impl<T: TimeInt, Rhs: Rate> Rem<Rhs> for MebibytesPerSecond<T> where
Self: TryFrom<Rhs>,
Rhs: FixedPoint, [src]
Self: TryFrom<Rhs>,
Rhs: FixedPoint,
type Output = Self
The resulting type after applying the % operator.
fn rem(self, rhs: Rhs) -> Self::Output[src]
See Remainder
impl<T: TimeInt> StructuralEq for MebibytesPerSecond<T>[src]
impl<T: TimeInt, Rhs: Rate> Sub<Rhs> for MebibytesPerSecond<T> where
Self: TryFrom<Rhs>,
Rhs: FixedPoint, [src]
Self: TryFrom<Rhs>,
Rhs: FixedPoint,
type Output = Self
The resulting type after applying the - operator.
fn sub(self, rhs: Rhs) -> Self::Output[src]
See Add/Sub
impl TryFrom<BitsPerSecond<u64>> for MebibytesPerSecond<u32>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(small: BitsPerSecond<u64>) -> Result<Self, Self::Error>[src]
impl TryFrom<BytesPerSecond<u64>> for MebibytesPerSecond<u32>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(small: BytesPerSecond<u64>) -> Result<Self, Self::Error>[src]
impl<SourceInt: TimeInt, DestInt: TimeInt> TryFrom<Generic<SourceInt>> for MebibytesPerSecond<DestInt> where
DestInt: TryFrom<SourceInt>, [src]
DestInt: TryFrom<SourceInt>,
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(generic_rate: Generic<SourceInt>) -> Result<Self, Self::Error>[src]
impl TryFrom<KibibitsPerSecond<u64>> for MebibytesPerSecond<u32>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(small: KibibitsPerSecond<u64>) -> Result<Self, Self::Error>[src]
impl TryFrom<KibibytesPerSecond<u64>> for MebibytesPerSecond<u32>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(small: KibibytesPerSecond<u64>) -> Result<Self, Self::Error>[src]
impl TryFrom<MebibitsPerSecond<u64>> for MebibytesPerSecond<u32>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(small: MebibitsPerSecond<u64>) -> Result<Self, Self::Error>[src]
impl<T: TimeInt> TryFrom<MebibytesPerSecond<T>> for MebibitsPerSecond<T>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(big: MebibytesPerSecond<T>) -> Result<Self, Self::Error>[src]
impl<T: TimeInt> TryFrom<MebibytesPerSecond<T>> for KibibytesPerSecond<T>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(big: MebibytesPerSecond<T>) -> Result<Self, Self::Error>[src]
impl<T: TimeInt> TryFrom<MebibytesPerSecond<T>> for KibibitsPerSecond<T>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(big: MebibytesPerSecond<T>) -> Result<Self, Self::Error>[src]
impl<T: TimeInt> TryFrom<MebibytesPerSecond<T>> for BytesPerSecond<T>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(big: MebibytesPerSecond<T>) -> Result<Self, Self::Error>[src]
impl<T: TimeInt> TryFrom<MebibytesPerSecond<T>> for BitsPerSecond<T>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(big: MebibytesPerSecond<T>) -> Result<Self, Self::Error>[src]
impl TryFrom<MebibytesPerSecond<u64>> for MebibytesPerSecond<u32>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(source: MebibytesPerSecond<u64>) -> Result<Self, Self::Error>[src]
impl TryFrom<MebibytesPerSecond<u64>> for MebibitsPerSecond<u32>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(big: MebibytesPerSecond<u64>) -> Result<Self, Self::Error>[src]
impl TryFrom<MebibytesPerSecond<u64>> for KibibytesPerSecond<u32>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(big: MebibytesPerSecond<u64>) -> Result<Self, Self::Error>[src]
impl TryFrom<MebibytesPerSecond<u64>> for KibibitsPerSecond<u32>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(big: MebibytesPerSecond<u64>) -> Result<Self, Self::Error>[src]
impl TryFrom<MebibytesPerSecond<u64>> for BytesPerSecond<u32>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(big: MebibytesPerSecond<u64>) -> Result<Self, Self::Error>[src]
impl TryFrom<MebibytesPerSecond<u64>> for BitsPerSecond<u32>[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(big: MebibytesPerSecond<u64>) -> Result<Self, Self::Error>[src]
Auto Trait Implementations
impl<T> Send for MebibytesPerSecond<T> where
T: Send,
T: Send,
impl<T> Sync for MebibytesPerSecond<T> where
T: Sync,
T: Sync,
impl<T> Unpin for MebibytesPerSecond<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,
fn borrow_mut(&mut self) -> &mut T[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,