Struct parity_wasm::elements::TableSection [−][src]
pub struct TableSection(_);
Section with table definition (currently only one is allowed).
Implementations
impl TableSection[src]
impl TableSection[src]Trait Implementations
impl Clone for TableSection[src]
impl Clone for TableSection[src]fn clone(&self) -> TableSection[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for TableSection[src]
impl Default for TableSection[src]fn default() -> TableSection[src]
impl Deserialize for TableSection[src]
impl Deserialize for TableSection[src]impl PartialEq<TableSection> for TableSection[src]
impl PartialEq<TableSection> for TableSection[src]fn eq(&self, other: &TableSection) -> bool[src]
fn ne(&self, other: &TableSection) -> bool[src]
impl Serialize for TableSection[src]
impl Serialize for TableSection[src]