Struct memory_units::target::Pages[][src]

pub struct Pages(pub usize);

Memory size specified in memory pages.

Trait Implementations

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

type Output = Self

The resulting type after applying the + operator.

impl ByteSize for Pages[src]

impl Clone for Pages[src]

impl Copy for Pages[src]

impl Debug for Pages[src]

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

type Output = Self

The resulting type after applying the / operator.

impl Eq for Pages[src]

impl From<Pages> for Bytes[src]

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

type Output = Self

The resulting type after applying the * operator.

impl Ord for Pages[src]

impl PartialEq<Pages> for Pages[src]

impl PartialOrd<Pages> for Pages[src]

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

impl StructuralEq for Pages[src]

impl StructuralPartialEq for Pages[src]

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

type Output = Self

The resulting type after applying the - operator.

Auto Trait Implementations

impl Send for Pages

impl Sync for Pages

impl Unpin for Pages

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<Pages> 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<Pages> 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.