Struct cranelift_wasm::DefinedGlobalIndex [−][src]
pub struct DefinedGlobalIndex(_);
Index type of a defined global inside the WebAssembly module.
Implementations
impl DefinedGlobalIndex
[src]
impl DefinedGlobalIndex
[src]Trait Implementations
impl Clone for DefinedGlobalIndex
[src]
impl Clone for DefinedGlobalIndex
[src]fn clone(&self) -> DefinedGlobalIndex
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl EntityRef for DefinedGlobalIndex
[src]
impl EntityRef for DefinedGlobalIndex
[src]impl Hash for DefinedGlobalIndex
[src]
impl Hash for DefinedGlobalIndex
[src]impl Ord for DefinedGlobalIndex
[src]
impl Ord for DefinedGlobalIndex
[src]impl PartialEq<DefinedGlobalIndex> for DefinedGlobalIndex
[src]
impl PartialEq<DefinedGlobalIndex> for DefinedGlobalIndex
[src]fn eq(&self, other: &DefinedGlobalIndex) -> bool
[src]
fn ne(&self, other: &DefinedGlobalIndex) -> bool
[src]
impl PartialOrd<DefinedGlobalIndex> for DefinedGlobalIndex
[src]
impl PartialOrd<DefinedGlobalIndex> for DefinedGlobalIndex
[src]fn partial_cmp(&self, other: &DefinedGlobalIndex) -> 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 DefinedGlobalIndex
[src]
impl ReservedValue for DefinedGlobalIndex
[src]fn reserved_value() -> DefinedGlobalIndex
[src]
fn is_reserved_value(&self) -> bool
[src]
impl Copy for DefinedGlobalIndex
[src]
impl Eq for DefinedGlobalIndex
[src]
impl StructuralEq for DefinedGlobalIndex
[src]
impl StructuralPartialEq for DefinedGlobalIndex
[src]
Auto Trait Implementations
impl RefUnwindSafe for DefinedGlobalIndex
impl Send for DefinedGlobalIndex
impl Sync for DefinedGlobalIndex
impl Unpin for DefinedGlobalIndex
impl UnwindSafe for DefinedGlobalIndex
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> SparseMapValue<T> for T where
T: EntityRef,
[src]
impl<T> SparseMapValue<T> for T where
T: EntityRef,
[src]