Struct cranelift_wasm::FuncIndex [−][src]
pub struct FuncIndex(_);
Index type of a function (imported or defined) inside the WebAssembly module.
Implementations
impl FuncIndex
[src]
impl FuncIndex
[src]Trait Implementations
impl<'de> Deserialize<'de> for FuncIndex
[src]
impl<'de> Deserialize<'de> for FuncIndex
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialOrd<FuncIndex> for FuncIndex
[src]
impl PartialOrd<FuncIndex> for FuncIndex
[src]impl ReservedValue for FuncIndex
[src]
impl ReservedValue for FuncIndex
[src]fn reserved_value() -> FuncIndex
[src]
fn is_reserved_value(&self) -> bool
[src]
impl Copy for FuncIndex
[src]
impl Eq for FuncIndex
[src]
impl StructuralEq for FuncIndex
[src]
impl StructuralPartialEq for FuncIndex
[src]
Auto Trait Implementations
impl RefUnwindSafe for FuncIndex
impl Send for FuncIndex
impl Sync for FuncIndex
impl Unpin for FuncIndex
impl UnwindSafe for FuncIndex
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]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,