pub struct Zebibyte;Expand description
Multiple representing a Zebibyte.
Represents a size of value * 1024_f64.powi(7). When parsing this multiple from text it expects ZiB.
Trait Implementations§
impl Copy for Zebibyte
impl Eq for Zebibyte
Source§impl Multiple for Zebibyte
impl Multiple for Zebibyte
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 Zebibyte
impl Ord for Zebibyte
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Zebibyte
impl PartialOrd for Zebibyte
impl StructuralPartialEq for Zebibyte
Auto Trait Implementations§
impl Freeze for Zebibyte
impl RefUnwindSafe for Zebibyte
impl Send for Zebibyte
impl Sync for Zebibyte
impl Unpin for Zebibyte
impl UnsafeUnpin for Zebibyte
impl UnwindSafe for Zebibyte
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