Struct wasmi::memory_units::Bytes[][src]

pub struct Bytes(pub usize);

Memory size specified in bytes.

Trait Implementations

impl Ord for Bytes
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl Copy for Bytes
[src]

impl<T> Mul<T> for Bytes where
    T: Into<Bytes>, 
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Debug for Bytes
[src]

Formats the value using the given formatter. Read more

impl Clone for Bytes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> Sub<T> for Bytes where
    T: Into<Bytes>, 
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl PartialOrd<Bytes> for Bytes
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<T> Add<T> for Bytes where
    T: Into<Bytes>, 
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl ByteSize for Bytes
[src]

The size, in bytes, of a single unit of Self.

impl<T> RoundUpTo<Bytes> for T where
    T: Into<Bytes>, 
[src]

Returns minimum number of T to fit amount of space occupied by self.

impl<T> Div<T> for Bytes where
    T: Into<Bytes>, 
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl From<Words> for Bytes
[src]

Performs the conversion.

impl From<Pages> for Bytes
[src]

Performs the conversion.

impl From<Words> for Bytes
[src]

Performs the conversion.

impl From<Pages> for Bytes
[src]

Performs the conversion.

impl PartialEq<Bytes> for Bytes
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Bytes
[src]

Auto Trait Implementations

impl Send for Bytes

impl Sync for Bytes