Struct wast::core::BrTableIndices
source · pub struct BrTableIndices<'a> {
pub labels: Vec<Index<'a>>,
pub default: Index<'a>,
}
Expand description
Extra information associated with the br_table
instruction.
Fields§
§labels: Vec<Index<'a>>
§default: Index<'a>
Trait Implementations§
source§impl<'a> Debug for BrTableIndices<'a>
impl<'a> Debug for BrTableIndices<'a>
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>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more