Struct wast::BrTableIndices 
source · [−]Expand description
Extra information associated with the br_table instruction.
Fields
labels: Vec<Index<'a>>default: Index<'a>Trait Implementations
sourceimpl<'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
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
 
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more