Struct interpreter::ThrownState
source · pub struct ThrownState {
pub pc: i32,
}
Fields§
§pc: i32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ThrownState
impl Send for ThrownState
impl Sync for ThrownState
impl Unpin for ThrownState
impl UnwindSafe for ThrownState
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