Struct cranelift_wasm::FuncTranslationState
source · pub struct FuncTranslationState { /* private fields */ }
Expand description
Contains information passed along during a function’s translation and that records:
- The current value and control stacks.
- The depth of the two unreachable control blocks stacks, that are manipulated when translating unreachable code;
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FuncTranslationState
impl Send for FuncTranslationState
impl Sync for FuncTranslationState
impl Unpin for FuncTranslationState
impl UnwindSafe for FuncTranslationState
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