Struct wast::BrTableIndices [−][src]
Expand description
Extra information associated with the br_table instruction.
Fields
labels: Vec<Index<'a>>default: Index<'a>Trait Implementations
Auto Trait Implementations
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>