Struct cranelift_wasm::InstanceTypeIndex [−][src]
pub struct InstanceTypeIndex(_);
Specialized index for just instance types.
Implementations
impl InstanceTypeIndex
[src]
impl InstanceTypeIndex
[src]Trait Implementations
impl Clone for InstanceTypeIndex
[src]
impl Clone for InstanceTypeIndex
[src]fn clone(&self) -> InstanceTypeIndex
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for InstanceTypeIndex
[src]
impl<'de> Deserialize<'de> for InstanceTypeIndex
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl EntityRef for InstanceTypeIndex
[src]
impl EntityRef for InstanceTypeIndex
[src]impl Hash for InstanceTypeIndex
[src]
impl Hash for InstanceTypeIndex
[src]impl Ord for InstanceTypeIndex
[src]
impl Ord for InstanceTypeIndex
[src]impl PartialEq<InstanceTypeIndex> for InstanceTypeIndex
[src]
impl PartialEq<InstanceTypeIndex> for InstanceTypeIndex
[src]fn eq(&self, other: &InstanceTypeIndex) -> bool
[src]
fn ne(&self, other: &InstanceTypeIndex) -> bool
[src]
impl PartialOrd<InstanceTypeIndex> for InstanceTypeIndex
[src]
impl PartialOrd<InstanceTypeIndex> for InstanceTypeIndex
[src]fn partial_cmp(&self, other: &InstanceTypeIndex) -> 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 ReservedValue for InstanceTypeIndex
[src]
impl ReservedValue for InstanceTypeIndex
[src]fn reserved_value() -> InstanceTypeIndex
[src]
fn is_reserved_value(&self) -> bool
[src]
impl Serialize for InstanceTypeIndex
[src]
impl Serialize for InstanceTypeIndex
[src]impl Copy for InstanceTypeIndex
[src]
impl Eq for InstanceTypeIndex
[src]
impl StructuralEq for InstanceTypeIndex
[src]
impl StructuralPartialEq for InstanceTypeIndex
[src]
Auto Trait Implementations
impl RefUnwindSafe for InstanceTypeIndex
impl Send for InstanceTypeIndex
impl Sync for InstanceTypeIndex
impl Unpin for InstanceTypeIndex
impl UnwindSafe for InstanceTypeIndex
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>,