Struct wast::BrTableIndices [−][src]
Extra information associated with the br_table
instruction.
Fields
labels: Vec<Index<'a>>
default: Index<'a>
Extra information associated with the br_table
instruction.
labels: Vec<Index<'a>>
default: Index<'a>
impl<'a> RefUnwindSafe for BrTableIndices<'a>
impl<'a> Send for BrTableIndices<'a>
impl<'a> Sync for BrTableIndices<'a>
impl<'a> Unpin for BrTableIndices<'a>
impl<'a> UnwindSafe for BrTableIndices<'a>