Expand description
Extra data associated with the br_on_cast
instruction
Fields
label: Index<'a>
The label to branch to.
type: Index<'a>
The index of the type we’re casting.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for BrOnCast<'a>
impl<'a> Send for BrOnCast<'a>
impl<'a> Sync for BrOnCast<'a>
impl<'a> Unpin for BrOnCast<'a>
impl<'a> UnwindSafe for BrOnCast<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more