[−][src]Struct wasmi::memory_units::Words
Memory size specified in wasm32 words.
Trait Implementations
impl<T> Add<T> for Words where
T: Into<Words>, [src][+]
T: Into<Words>,
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][+]
T: Into<Words>,
impl Eq for Words[src]
impl From<Words> for Bytes[src][+]
impl<T> Mul<T> for Words where
T: Into<Words>, [src][+]
T: Into<Words>,
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][+]
T: Into<Bytes>,
impl<T> Sub<T> for Words where
T: Into<Words>, [src][+]
T: Into<Words>,
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> RoundUpTo<Bytes> for T where
T: Into<Bytes>, [src][+]
T: Into<Bytes>,
impl<T> RoundUpTo<Pages> for T where
T: Into<Bytes>, [src][+]
T: Into<Bytes>,
impl<T> RoundUpTo<Pages> for T where
T: Into<Bytes>, [src][+]
T: Into<Bytes>,
impl<T> RoundUpTo<Words> for T where
T: Into<Bytes>, [src][+]
T: Into<Bytes>,
impl<T> RoundUpTo<Words> for T where
T: Into<Bytes>, [src][+]
T: Into<Bytes>,
impl<T> RoundUpTo<Words> for T where
T: Into<Bytes>, [src][+]
T: Into<Bytes>,
impl<T> RoundUpTo<Words> for T where
T: Into<Bytes>, [src][+]
T: Into<Bytes>,
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,