[][src]Struct human_size::multiples::Kibibyte

pub struct Kibibyte;

Multiple representing a Kibibyte.

Represents a size of value * 1024_f64.powi(1). When parsing this multiple from text it expects KiB.

Trait Implementations

impl Clone for Kibibyte[src]

impl Copy for Kibibyte[src]

impl Debug for Kibibyte[src]

impl Default for Kibibyte[src]

impl Display for Kibibyte[src]

impl Eq for Kibibyte[src]

impl From<Kibibyte> for Any[src]

impl Hash for Kibibyte[src]

impl Multiple for Kibibyte[src]

impl Ord for Kibibyte[src]

impl PartialEq<Kibibyte> for Kibibyte[src]

impl PartialOrd<Kibibyte> for Kibibyte[src]

impl StructuralEq for Kibibyte[src]

impl StructuralPartialEq for Kibibyte[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.