pub struct Yottabyte;Expand description
Multiple representing a Yottabyte.
Represents a size of value * 1000_f64.powi(8). When parsing this multiple from text it expects YB.
Trait Implementations§
Source§impl Multiple for Yottabyte
impl Multiple for Yottabyte
Source§fn from_any(value: f64, multiple: Any) -> SpecificSize<Self>
fn from_any(value: f64, multiple: Any) -> SpecificSize<Self>
Create a new
SpecificSize from a value and multiple, the
provided value must always valid (see SpecificSize::new).Source§impl Ord for Yottabyte
impl Ord for Yottabyte
Source§impl PartialOrd for Yottabyte
impl PartialOrd for Yottabyte
impl Copy for Yottabyte
impl Eq for Yottabyte
impl StructuralPartialEq for Yottabyte
Auto Trait Implementations§
impl Freeze for Yottabyte
impl RefUnwindSafe for Yottabyte
impl Send for Yottabyte
impl Sync for Yottabyte
impl Unpin for Yottabyte
impl UnwindSafe for Yottabyte
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more