Struct cranelift_wasm::SignatureIndex [−][src]
pub struct SignatureIndex(_);
Index type of a signature (imported or defined) inside the WebAssembly module.
Implementations
impl SignatureIndex
[src]
impl SignatureIndex
[src]Trait Implementations
impl Clone for SignatureIndex
[src]
impl Clone for SignatureIndex
[src]fn clone(&self) -> SignatureIndex
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for SignatureIndex
[src]
impl<'de> Deserialize<'de> for SignatureIndex
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Hash for SignatureIndex
[src]
impl Hash for SignatureIndex
[src]impl Ord for SignatureIndex
[src]
impl Ord for SignatureIndex
[src]impl PartialEq<SignatureIndex> for SignatureIndex
[src]
impl PartialEq<SignatureIndex> for SignatureIndex
[src]fn eq(&self, other: &SignatureIndex) -> bool
[src]
fn ne(&self, other: &SignatureIndex) -> bool
[src]
impl PartialOrd<SignatureIndex> for SignatureIndex
[src]
impl PartialOrd<SignatureIndex> for SignatureIndex
[src]fn partial_cmp(&self, other: &SignatureIndex) -> 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 SignatureIndex
[src]
impl ReservedValue for SignatureIndex
[src]fn reserved_value() -> SignatureIndex
[src]
fn is_reserved_value(&self) -> bool
[src]
impl Serialize for SignatureIndex
[src]
impl Serialize for SignatureIndex
[src]impl Copy for SignatureIndex
[src]
impl Eq for SignatureIndex
[src]
impl StructuralEq for SignatureIndex
[src]
impl StructuralPartialEq for SignatureIndex
[src]
Auto Trait Implementations
impl RefUnwindSafe for SignatureIndex
impl Send for SignatureIndex
impl Sync for SignatureIndex
impl Unpin for SignatureIndex
impl UnwindSafe for SignatureIndex
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>,