Struct wasmi::memory_units::Words [−][src]
Memory size specified in wasm32
words.
Trait Implementations
impl<T> Add<T> for Words where
T: Into<Words>,
[src]
T: Into<Words>,
type Output = Words
The resulting type after applying the +
operator.
pub fn add(self, rhs: T) -> Words
[src]
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>,
type Output = Words
The resulting type after applying the /
operator.
pub fn div(self, rhs: T) -> Words
[src]
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>,
type Output = Words
The resulting type after applying the *
operator.
pub fn mul(self, rhs: T) -> Words
[src]
impl Ord for Words
[src]
pub fn cmp(&self, other: &Words) -> Ordering
[src]
#[must_use]pub fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self
1.50.0[src]
impl PartialEq<Words> for Words
[src]
impl PartialOrd<Words> for Words
[src]
pub fn partial_cmp(&self, other: &Words) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
impl<T> RoundUpTo<Words> for T where
T: Into<Bytes>,
[src]
T: Into<Bytes>,
pub fn round_up_to(self) -> Words
[src]
impl StructuralEq for Words
[src]
impl StructuralPartialEq for Words
[src]
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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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>,
pub fn round_up_to(self) -> Bytes
[src]
impl<T> RoundUpTo<Pages> for T where
T: Into<Bytes>,
[src]
T: Into<Bytes>,
pub fn round_up_to(self) -> Pages
[src]
impl<T> RoundUpTo<Pages> for T where
T: Into<Bytes>,
[src]
T: Into<Bytes>,
pub fn round_up_to(self) -> Pages
[src]
impl<T> RoundUpTo<Words> for T where
T: Into<Bytes>,
[src]
T: Into<Bytes>,
pub fn round_up_to(self) -> Words
[src]
impl<T> RoundUpTo<Words> for T where
T: Into<Bytes>,
[src]
T: Into<Bytes>,
pub fn round_up_to(self) -> Words
[src]
impl<T> RoundUpTo<Words> for T where
T: Into<Bytes>,
[src]
T: Into<Bytes>,
pub fn round_up_to(self) -> Words
[src]
impl<T> RoundUpTo<Words> for T where
T: Into<Bytes>,
[src]
T: Into<Bytes>,
pub fn round_up_to(self) -> Words
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,