Struct memory_units::wasm32::Pages [−][src]
Memory size specified in WebAssembly memory pages.
Trait Implementations
impl<T: Into<Self>> Add<T> for Pages
[src]
type Output = Self
The resulting type after applying the +
operator.
fn add(self, rhs: T) -> Self
[src]
impl ByteSize for Pages
[src]
impl Clone for Pages
[src]
fn clone(&self) -> Pages
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Pages
[src]
impl Debug for Pages
[src]
impl<T: Into<Self>> Div<T> for Pages
[src]
type Output = Self
The resulting type after applying the /
operator.
fn div(self, rhs: T) -> Self
[src]
impl Eq for Pages
[src]
impl From<Pages> for Bytes
[src]
impl<T: Into<Self>> Mul<T> for Pages
[src]
type Output = Self
The resulting type after applying the *
operator.
fn mul(self, rhs: T) -> Self
[src]
impl Ord for Pages
[src]
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]
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: Into<Bytes>> RoundUpTo<Pages> for T
[src]
fn round_up_to(self) -> Pages
[src]
impl StructuralEq for Pages
[src]
impl StructuralPartialEq for Pages
[src]
impl<T: Into<Self>> Sub<T> for Pages
[src]
Auto Trait Implementations
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<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, 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>,