Struct wasmtime_environ::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: WasmType
The table elements’ Wasm type.
ty: TableElementType
The table elements’ Cranelift type.
minimum: u32
The 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]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<Table, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]
__deserializer: __D
) -> Result<Table, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Serialize for Table
[src]
impl Serialize for Table
[src]pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
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>,