Struct parity_wasm::builder::TableEntryDefinition
[−]
[src]
pub struct TableEntryDefinition {
pub offset: InitExpr,
pub values: Vec<u32>,
}Table elements entry definition
Fields
offset: InitExpr
Offset initialization expression
values: Vec<u32>
Values of initialization
Trait Implementations
impl Debug for TableEntryDefinition[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for TableEntryDefinition[src]
fn eq(&self, __arg_0: &TableEntryDefinition) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TableEntryDefinition) -> bool[src]
This method tests for !=.