Struct memory_units::Bytes[][src]

pub struct Bytes(pub usize);

Memory size specified in bytes.

Trait Implementations

impl<T: Into<Self>> Add<T> for Bytes[src]

type Output = Self

The resulting type after applying the + operator.

impl ByteSize for Bytes[src]

impl Clone for Bytes[src]

impl Copy for Bytes[src]

impl Debug for Bytes[src]

impl<T: Into<Self>> Div<T> for Bytes[src]

type Output = Self

The resulting type after applying the / operator.

impl Eq for Bytes[src]

impl From<Pages> for Bytes[src]

impl From<Pages> for Bytes[src]

impl From<Words> for Bytes[src]

impl From<Words> for Bytes[src]

impl<T: Into<Self>> Mul<T> for Bytes[src]

type Output = Self

The resulting type after applying the * operator.

impl Ord for Bytes[src]

impl PartialEq<Bytes> for Bytes[src]

impl PartialOrd<Bytes> for Bytes[src]

impl<T: Into<Bytes>> RoundUpTo<Bytes> for T[src]

impl StructuralEq for Bytes[src]

impl StructuralPartialEq for Bytes[src]

impl<T: Into<Self>> Sub<T> for Bytes[src]

type Output = Self

The resulting type after applying the - operator.

Auto Trait Implementations

impl Send for Bytes

impl Sync for Bytes

impl Unpin for Bytes

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> RoundUpTo<Bytes> for T where
    T: Into<Bytes>, 
[src]

impl<T> RoundUpTo<Bytes> for T where
    T: Into<Bytes>, 
[src]

impl<T> RoundUpTo<Bytes> for T where
    T: Into<Bytes>, 
[src]

impl<T> RoundUpTo<Bytes> for T where
    T: Into<Bytes>, 
[src]

impl<T> RoundUpTo<Bytes> for T where
    T: Into<Bytes>, 
[src]

impl<T> RoundUpTo<Pages> for T where
    T: Into<Bytes>, 
[src]

impl<T> RoundUpTo<Pages> for T where
    T: Into<Bytes>, 
[src]

impl<T> RoundUpTo<Words> for T where
    T: Into<Bytes>, 
[src]

impl<T> RoundUpTo<Words> for T where
    T: Into<Bytes>, 
[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.