Struct cranelift_wasm::Table [−][src]
pub struct Table {
    pub wasm_ty: WasmType,
    pub ty: TableElementType,
    pub minimum: u32,
    pub maximum: Option<u32>,
}WebAssembly table.
Fields
wasm_ty: WasmTypeThe table elements’ Wasm type.
ty: TableElementTypeThe table elements’ Cranelift type.
minimum: u32The minimum number of elements in the table.
maximum: Option<u32>The maximum number of elements in the table.
Trait Implementations
impl<'de> Deserialize<'de> for Table[src]
impl<'de> Deserialize<'de> for Table[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Copy for Table[src]
impl Eq for Table[src]
impl StructuralEq for Table[src]
impl StructuralPartialEq for Table[src]
Auto Trait Implementations
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,