pub struct Exbibyte;Expand description
Multiple representing a Exbibyte.
Represents a size of value * 1024_f64.powi(6). When parsing this multiple from text it expects EiB.
Trait Implementations§
Source§impl Multiple for Exbibyte
impl Multiple for Exbibyte
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 Exbibyte
impl Ord for Exbibyte
Source§impl PartialOrd for Exbibyte
impl PartialOrd for Exbibyte
impl Copy for Exbibyte
impl Eq for Exbibyte
impl StructuralPartialEq for Exbibyte
Auto Trait Implementations§
impl Freeze for Exbibyte
impl RefUnwindSafe for Exbibyte
impl Send for Exbibyte
impl Sync for Exbibyte
impl Unpin for Exbibyte
impl UnwindSafe for Exbibyte
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