[−][src]Struct heim_common::units::information::megabyte
Measurement unit.
Trait Implementations
impl Clone for megabyte
[src]
impl Conversion<f32> for megabyte
[src]
type T = f32
Conversion factor type specific to the underlying storage type.
pub fn coefficient() -> <megabyte as Conversion<f32>>::T
[src]
pub fn constant(op: ConstantOp) -> <megabyte as Conversion<f32>>::T
[src]
fn into_conversion(&self) -> Self::T
[src]
impl Conversion<f32> for megabyte
[src]
impl Conversion<f64> for megabyte
[src]
type T = f64
Conversion factor type specific to the underlying storage type.
pub fn coefficient() -> <megabyte as Conversion<f64>>::T
[src]
pub fn constant(op: ConstantOp) -> <megabyte as Conversion<f64>>::T
[src]
fn into_conversion(&self) -> Self::T
[src]
impl Conversion<f64> for megabyte
[src]
impl Conversion<u64> for megabyte
[src]
type T = Ratio<u64>
Conversion factor type specific to the underlying storage type.
pub fn coefficient() -> <megabyte as Conversion<u64>>::T
[src]
pub fn constant(op: ConstantOp) -> <megabyte as Conversion<u64>>::T
[src]
fn into_conversion(&self) -> Self::T
[src]
impl Conversion<u64> for megabyte
[src]
impl Copy for megabyte
[src]
impl Debug for megabyte
[src]
impl Hash for megabyte
[src]
pub fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
__H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Unit for megabyte
[src]
pub fn abbreviation() -> &'static str
[src]
pub fn singular() -> &'static str
[src]
pub fn plural() -> &'static str
[src]
impl Unit for megabyte
[src]
Auto Trait Implementations
impl RefUnwindSafe for megabyte
impl Send for megabyte
impl Sync for megabyte
impl Unpin for megabyte
impl UnwindSafe for megabyte
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,
pub 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> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
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.
pub 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>,