Struct parity_wasm::builder::TableDefinition
[−]
[src]
pub struct TableDefinition {
pub min: u32,
pub max: Option<u32>,
pub elements: Vec<TableEntryDefinition>,
}Table definition
Fields
min: u32
Minimum length
max: Option<u32>
Maximum length, if any
elements: Vec<TableEntryDefinition>
Element segments, if any
Trait Implementations
impl Debug for TableDefinition[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for TableDefinition[src]
fn eq(&self, __arg_0: &TableDefinition) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TableDefinition) -> bool[src]
This method tests for !=.