Struct wasmtime_environ::wasm::EventIndex  [−][src]
pub struct EventIndex(_);
Index type of an event inside the WebAssembly module.
Implementations
impl EventIndex[src]
impl EventIndex[src]Trait Implementations
impl Clone for EventIndex[src]
impl Clone for EventIndex[src]pub fn clone(&self) -> EventIndex[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for EventIndex[src]
impl<'de> Deserialize<'de> for EventIndex[src]pub fn deserialize<__D>(
    __deserializer: __D
) -> Result<EventIndex, <__D as Deserializer<'de>>::Error> where
    __D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<EventIndex, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl EntityRef for EventIndex[src]
impl EntityRef for EventIndex[src]impl Hash for EventIndex[src]
impl Hash for EventIndex[src]impl Ord for EventIndex[src]
impl Ord for EventIndex[src]impl PartialEq<EventIndex> for EventIndex[src]
impl PartialEq<EventIndex> for EventIndex[src]pub fn eq(&self, other: &EventIndex) -> bool[src]
pub fn ne(&self, other: &EventIndex) -> bool[src]
impl PartialOrd<EventIndex> for EventIndex[src]
impl PartialOrd<EventIndex> for EventIndex[src]pub fn partial_cmp(&self, other: &EventIndex) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl ReservedValue for EventIndex[src]
impl ReservedValue for EventIndex[src]pub fn reserved_value() -> EventIndex[src]
pub fn is_reserved_value(&self) -> bool[src]
impl Serialize for EventIndex[src]
impl Serialize for EventIndex[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 EventIndex[src]
impl Eq for EventIndex[src]
impl StructuralEq for EventIndex[src]
impl StructuralPartialEq for EventIndex[src]
Auto Trait Implementations
impl RefUnwindSafe for EventIndex
impl Send for EventIndex
impl Sync for EventIndex
impl Unpin for EventIndex
impl UnwindSafe for EventIndex
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>,