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