pub struct RegInstr {
pub offset: ByteOffset,
pub op: RegOp,
}Expand description
A lowered instruction with the source byte offset it came from.
Fields§
§offset: ByteOffset§op: RegOpTrait Implementations§
impl StructuralPartialEq for RegInstr
Auto Trait Implementations§
impl Freeze for RegInstr
impl RefUnwindSafe for RegInstr
impl Send for RegInstr
impl Sync for RegInstr
impl Unpin for RegInstr
impl UnsafeUnpin for RegInstr
impl UnwindSafe for RegInstr
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