pub struct EmitInfo(/* private fields */);
Available on crate feature
arm64
only.Expand description
Constant state used during function compilation.
Implementations§
Auto Trait Implementations§
impl Freeze for EmitInfo
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