[−][src]Struct wasmi::memory_units::Pages
Memory size specified in WebAssembly memory pages.
Trait Implementations
impl<T> Add<T> for Pages where
T: Into<Pages>,
[src][+]
T: Into<Pages>,
impl ByteSize for Pages
[src][+]
impl Clone for Pages
[src][+]
impl Copy for Pages
[src]
impl Debug for Pages
[src][+]
impl<T> Div<T> for Pages where
T: Into<Pages>,
[src][+]
T: Into<Pages>,
impl Eq for Pages
[src]
impl From<Pages> for Bytes
[src][+]
impl<T> Mul<T> for Pages where
T: Into<Pages>,
[src][+]
T: Into<Pages>,
impl Ord for Pages
[src][+]
impl PartialEq<Pages> for Pages
[src][+]
impl PartialOrd<Pages> for Pages
[src][+]
impl<T> RoundUpTo<Pages> for T where
T: Into<Bytes>,
[src][+]
T: Into<Bytes>,
impl<T> Sub<T> for Pages where
T: Into<Pages>,
[src][+]
T: Into<Pages>,
Auto Trait Implementations
impl RefUnwindSafe for Pages
impl Send for Pages
impl Sync for Pages
impl Unpin for Pages
impl UnwindSafe for Pages
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<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> 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>,