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> Clone for BrTableIndices<'a>
impl<'a> Clone for BrTableIndices<'a>
Source§fn clone(&self) -> BrTableIndices<'a>
fn clone(&self) -> BrTableIndices<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for BrTableIndices<'a>
impl<'a> Debug for BrTableIndices<'a>
Auto Trait Implementations§
impl<'a> Freeze for BrTableIndices<'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> UnsafeUnpin 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