pub struct InstructionPointer {
pub ip: u64,
pub module_idx: usize,
pub frame: Frame,
pub inlined: Vec<Frame>,
}Fields§
§ip: u64§module_idx: usize§frame: Frame§inlined: Vec<Frame>Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstructionPointer
impl RefUnwindSafe for InstructionPointer
impl Send for InstructionPointer
impl Sync for InstructionPointer
impl Unpin for InstructionPointer
impl UnwindSafe for InstructionPointer
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