Struct cranelift_wasm::DefinedTableIndex [−][src]
pub struct DefinedTableIndex(_);
Index type of a defined table inside the WebAssembly module.
Implementations
impl DefinedTableIndex
[src]
impl DefinedTableIndex
[src]Trait Implementations
impl Clone for DefinedTableIndex
[src]
impl Clone for DefinedTableIndex
[src]fn clone(&self) -> DefinedTableIndex
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl EntityRef for DefinedTableIndex
[src]
impl EntityRef for DefinedTableIndex
[src]impl Hash for DefinedTableIndex
[src]
impl Hash for DefinedTableIndex
[src]impl Ord for DefinedTableIndex
[src]
impl Ord for DefinedTableIndex
[src]impl PartialEq<DefinedTableIndex> for DefinedTableIndex
[src]
impl PartialEq<DefinedTableIndex> for DefinedTableIndex
[src]fn eq(&self, other: &DefinedTableIndex) -> bool
[src][−]
fn ne(&self, other: &DefinedTableIndex) -> bool
[src][−]
impl PartialOrd<DefinedTableIndex> for DefinedTableIndex
[src]
impl PartialOrd<DefinedTableIndex> for DefinedTableIndex
[src]fn partial_cmp(&self, other: &DefinedTableIndex) -> 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 DefinedTableIndex
[src]
impl ReservedValue for DefinedTableIndex
[src]