pub struct BrOnCast<'a> {
pub label: Index<'a>,
pub from_type: RefType<'a>,
pub to_type: RefType<'a>,
}Expand description
Extra data associated with the br_on_cast instruction
Fields§
§label: Index<'a>The label to branch to.
from_type: RefType<'a>The type we’re casting from.
to_type: RefType<'a>The type we’re casting to.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BrOnCast<'a>
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§
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