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