Struct parity_wasm::elements::TableSection
source · [−]pub struct TableSection(_);
Expand description
Section with table definition (currently only one is allowed).
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TableSection
impl Send for TableSection
impl Sync for TableSection
impl Unpin for TableSection
impl UnwindSafe for TableSection
Blanket Implementations
Mutably borrows from an owned value. Read more