Enum wasmtime_environ::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]pub 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]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<EntityIndex, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]
__deserializer: __D
) -> Result<EntityIndex, <__D as Deserializer<'de>>::Error> where
__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]pub fn eq(&self, other: &EntityIndex) -> bool
[src]
pub fn ne(&self, other: &EntityIndex) -> bool
[src]
impl PartialOrd<EntityIndex> for EntityIndex
[src]
impl PartialOrd<EntityIndex> for EntityIndex
[src]pub fn partial_cmp(&self, other: &EntityIndex) -> 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 Serialize for EntityIndex
[src]
impl Serialize for EntityIndex
[src]pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
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>,