Struct parity_wasm::elements::TableType  
                   
                       [−]
                   
               [src]
pub struct TableType { /* fields omitted */ }Table entry
Methods
impl TableType[src]
fn new(min: u32, max: Option<u32>) -> Self
New table definition
fn limits(&self) -> &ResizableLimits
Table memory specification
fn elem_type(&self) -> TableElementType
Table element type
Trait Implementations
impl Debug for TableType[src]
impl Deserialize for TableType[src]
type Error = Error
Serialization error produced by deserialization routine.
fn deserialize<R: Read>(reader: &mut R) -> Result<Self, Self::Error>
Deserialize type from serial i/o