Struct cranelift_wasm::DefinedFuncIndex [−][src]
pub struct DefinedFuncIndex(_);
Index type of a defined function inside the WebAssembly module.
Implementations
impl DefinedFuncIndex
[src]
impl DefinedFuncIndex
[src]Trait Implementations
impl Clone for DefinedFuncIndex
[src]
impl Clone for DefinedFuncIndex
[src]fn clone(&self) -> DefinedFuncIndex
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl EntityRef for DefinedFuncIndex
[src]
impl EntityRef for DefinedFuncIndex
[src]impl Hash for DefinedFuncIndex
[src]
impl Hash for DefinedFuncIndex
[src]impl Ord for DefinedFuncIndex
[src]
impl Ord for DefinedFuncIndex
[src]impl PartialEq<DefinedFuncIndex> for DefinedFuncIndex
[src]
impl PartialEq<DefinedFuncIndex> for DefinedFuncIndex
[src]fn eq(&self, other: &DefinedFuncIndex) -> bool
[src]
fn ne(&self, other: &DefinedFuncIndex) -> bool
[src]
impl PartialOrd<DefinedFuncIndex> for DefinedFuncIndex
[src]
impl PartialOrd<DefinedFuncIndex> for DefinedFuncIndex
[src]fn partial_cmp(&self, other: &DefinedFuncIndex) -> 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 DefinedFuncIndex
[src]
impl ReservedValue for DefinedFuncIndex
[src]fn reserved_value() -> DefinedFuncIndex
[src]
fn is_reserved_value(&self) -> bool
[src]
impl Copy for DefinedFuncIndex
[src]
impl Eq for DefinedFuncIndex
[src]
impl StructuralEq for DefinedFuncIndex
[src]
impl StructuralPartialEq for DefinedFuncIndex
[src]
Auto Trait Implementations
impl RefUnwindSafe for DefinedFuncIndex
impl Send for DefinedFuncIndex
impl Sync for DefinedFuncIndex
impl Unpin for DefinedFuncIndex
impl UnwindSafe for DefinedFuncIndex
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]