Enum cranelift_wasm::EntityIndex [−][src]
pub enum EntityIndex {
Function(FuncIndex),
Table(TableIndex),
Memory(MemoryIndex),
Global(GlobalIndex),
Module(ModuleIndex),
Instance(InstanceIndex),
}An index of an entity.
Variants
Function(FuncIndex)Function index.
Table(TableIndex)Table index.
Memory(MemoryIndex)Memory index.
Global(GlobalIndex)Global index.
Module(ModuleIndex)Module index.
Instance(InstanceIndex)Instance index.
Trait Implementations
impl Clone for EntityIndex[src]
impl Clone for EntityIndex[src]fn clone(&self) -> EntityIndex[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for EntityIndex[src]
impl<'de> Deserialize<'de> for EntityIndex[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Hash for EntityIndex[src]
impl Hash for EntityIndex[src]impl Ord for EntityIndex[src]
impl Ord for EntityIndex[src]impl PartialEq<EntityIndex> for EntityIndex[src]
impl PartialEq<EntityIndex> for EntityIndex[src]fn eq(&self, other: &EntityIndex) -> bool[src]
fn ne(&self, other: &EntityIndex) -> bool[src]
impl PartialOrd<EntityIndex> for EntityIndex[src]
impl PartialOrd<EntityIndex> for EntityIndex[src]impl Serialize for EntityIndex[src]
impl Serialize for EntityIndex[src]impl Copy for EntityIndex[src]
impl Eq for EntityIndex[src]
impl StructuralEq for EntityIndex[src]
impl StructuralPartialEq for EntityIndex[src]
Auto Trait Implementations
impl RefUnwindSafe for EntityIndex
impl Send for EntityIndex
impl Sync for EntityIndex
impl Unpin for EntityIndex
impl UnwindSafe for EntityIndex
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> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,