Struct wasmi::memory_units::Pages [−][src]
Memory size specified in WebAssembly memory pages.
Trait Implementations
impl<T> Add<T> for Pages where
T: Into<Pages>,
[src]
T: Into<Pages>,
type Output = Pages
The resulting type after applying the +
operator.
pub fn add(self, rhs: T) -> Pages
[src]
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>,
type Output = Pages
The resulting type after applying the /
operator.
pub fn div(self, rhs: T) -> Pages
[src]
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>,
type Output = Pages
The resulting type after applying the *
operator.
pub fn mul(self, rhs: T) -> Pages
[src]
impl Ord for Pages
[src]
pub fn cmp(&self, other: &Pages) -> 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<Pages> for Pages
[src]
impl PartialOrd<Pages> for Pages
[src]
pub fn partial_cmp(&self, other: &Pages) -> 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<Pages> for T where
T: Into<Bytes>,
[src]
T: Into<Bytes>,
pub fn round_up_to(self) -> Pages
[src]
impl StructuralEq for Pages
[src]
impl StructuralPartialEq for Pages
[src]
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,
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<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> 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>,