pub struct InstructionLineMapping {
pub line: usize,
pub pc: usize,
pub scope: InstructionScope,
}Fields§
§line: usize§pc: usize§scope: InstructionScopeTrait Implementations§
Source§impl Clone for InstructionLineMapping
impl Clone for InstructionLineMapping
Source§fn clone(&self) -> InstructionLineMapping
fn clone(&self) -> InstructionLineMapping
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InstructionLineMapping
impl Debug for InstructionLineMapping
impl Eq for InstructionLineMapping
Source§impl PartialEq for InstructionLineMapping
impl PartialEq for InstructionLineMapping
Source§impl Serialize for InstructionLineMapping
impl Serialize for InstructionLineMapping
impl StructuralPartialEq for InstructionLineMapping
Auto Trait Implementations§
impl Freeze for InstructionLineMapping
impl RefUnwindSafe for InstructionLineMapping
impl Send for InstructionLineMapping
impl Sync for InstructionLineMapping
impl Unpin for InstructionLineMapping
impl UnsafeUnpin for InstructionLineMapping
impl UnwindSafe for InstructionLineMapping
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