pub struct ParsedInstruction {
pub kind: Instruction,
pub offset: ProgramCounter,
pub next_offset: ProgramCounter,
}
Fields§
§kind: Instruction
§offset: ProgramCounter
§next_offset: ProgramCounter
Trait Implementations§
Source§impl Clone for ParsedInstruction
impl Clone for ParsedInstruction
Source§fn clone(&self) -> ParsedInstruction
fn clone(&self) -> ParsedInstruction
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ParsedInstruction
impl Debug for ParsedInstruction
Source§impl Deref for ParsedInstruction
impl Deref for ParsedInstruction
Source§impl Display for ParsedInstruction
impl Display for ParsedInstruction
Source§impl PartialEq for ParsedInstruction
impl PartialEq for ParsedInstruction
impl Copy for ParsedInstruction
impl Eq for ParsedInstruction
impl StructuralPartialEq for ParsedInstruction
Auto Trait Implementations§
impl Freeze for ParsedInstruction
impl RefUnwindSafe for ParsedInstruction
impl Send for ParsedInstruction
impl Sync for ParsedInstruction
impl Unpin for ParsedInstruction
impl UnwindSafe for ParsedInstruction
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