[][src]Struct wasmi::memory_units::Words

pub struct Words(pub usize);

Memory size specified in wasm32 words.

Trait Implementations

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

type Output = Words

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

type Output = Words

The resulting type after applying the / operator.

impl Eq for Words[src]

impl From<Words> for Bytes[src]

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

type Output = Words

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

impl StructuralEq for Words[src]

impl StructuralPartialEq for Words[src]

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

type Output = Words

The resulting type after applying the - operator.

Auto Trait Implementations

impl RefUnwindSafe for Words

impl Send for Words

impl Sync for Words

impl Unpin for Words

impl UnwindSafe 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> Downcast for T where
    T: Any
[src]

impl<T> DowncastSync for T where
    T: Send + Sync + Any
[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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.