Struct parity_wasm::elements::BrTableData
source · [−]Fields
table: Box<[u32]>
default: u32
Trait Implementations
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 BrTableData
impl Send for BrTableData
impl Sync for BrTableData
impl Unpin for BrTableData
impl UnwindSafe for BrTableData
Blanket Implementations
Mutably borrows from an owned value. Read more