pub struct Switch<'a> {
pub type_index: Index<'a>,
pub tag_index: Index<'a>,
}
Expand description
Extra information associated with the switch instruction
Fields§
§type_index: Index<'a>
§tag_index: Index<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Switch<'a>
impl<'a> RefUnwindSafe for Switch<'a>
impl<'a> Send for Switch<'a>
impl<'a> Sync for Switch<'a>
impl<'a> Unpin for Switch<'a>
impl<'a> UnwindSafe for Switch<'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