Struct cranelift_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]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]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
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]fn eq(&self, other: &EventIndex) -> bool[src]
fn ne(&self, other: &EventIndex) -> bool[src]
impl PartialOrd<EventIndex> for EventIndex[src]
impl PartialOrd<EventIndex> for EventIndex[src]impl ReservedValue for EventIndex[src]
impl ReservedValue for EventIndex[src]fn reserved_value() -> EventIndex[src]
fn is_reserved_value(&self) -> bool[src]
impl Serialize for EventIndex[src]
impl Serialize for EventIndex[src]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>,