Struct memory_units::target::Words[][src]

pub struct Words(pub usize);

Memory size specified in words.

Trait Implementations

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

type Output = Self

The resulting type after applying the + operator.

impl ByteSize for Words[src]

impl Clone for Words[src]

impl Copy for Words[src]

impl Debug for Words[src]

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

type Output = Self

The resulting type after applying the / operator.

impl Eq for Words[src]

impl From<Words> for Bytes[src]

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

type Output = Self

The resulting type after applying the * operator.

impl Ord for Words[src]

impl PartialEq<Words> for Words[src]

impl PartialOrd<Words> for Words[src]

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

impl StructuralEq for Words[src]

impl StructuralPartialEq for Words[src]

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

type Output = Self

The resulting type after applying the - operator.

Auto Trait Implementations

impl Send for Words

impl Sync for Words

impl Unpin for Words

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<Words> 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> RoundUpTo<Words> 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.