Struct wasmtime_environ::wasm::DefinedMemoryIndex [−][src]
pub struct DefinedMemoryIndex(_);
Index type of a defined memory inside the WebAssembly module.
Implementations
impl DefinedMemoryIndex
[src]
impl DefinedMemoryIndex
[src]Trait Implementations
impl Clone for DefinedMemoryIndex
[src]
impl Clone for DefinedMemoryIndex
[src]pub fn clone(&self) -> DefinedMemoryIndex
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Debug for DefinedMemoryIndex
[src]
impl Debug for DefinedMemoryIndex
[src]impl EntityRef for DefinedMemoryIndex
[src]
impl EntityRef for DefinedMemoryIndex
[src]impl Hash for DefinedMemoryIndex
[src]
impl Hash for DefinedMemoryIndex
[src]impl Ord for DefinedMemoryIndex
[src]
impl Ord for DefinedMemoryIndex
[src]impl PartialEq<DefinedMemoryIndex> for DefinedMemoryIndex
[src]
impl PartialEq<DefinedMemoryIndex> for DefinedMemoryIndex
[src]pub fn eq(&self, other: &DefinedMemoryIndex) -> bool
[src][−]
pub fn ne(&self, other: &DefinedMemoryIndex) -> bool
[src][−]
impl PartialOrd<DefinedMemoryIndex> for DefinedMemoryIndex
[src]
impl PartialOrd<DefinedMemoryIndex> for DefinedMemoryIndex
[src]pub fn partial_cmp(&self, other: &DefinedMemoryIndex) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl ReservedValue for DefinedMemoryIndex
[src]
impl ReservedValue for DefinedMemoryIndex
[src]