Struct cranelift_codegen::isa::x64::EmitState
source · pub struct EmitState { /* private fields */ }
Expand description
State carried between emissions of a sequence of instructions.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EmitState
impl Send for EmitState
impl Sync for EmitState
impl Unpin for EmitState
impl UnwindSafe for EmitState
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