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