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