Struct gdb_command::stacktrace::DebugInfo
source · Expand description
FrameDebug
struct represents the debug information of one frame in stack trace.
Fields
file: String
Source file.
line: u64
Source line.
column: u64
Source column.
Trait Implementations
impl Eq for DebugInfo
impl StructuralEq for DebugInfo
impl StructuralPartialEq for DebugInfo
Auto Trait Implementations
impl RefUnwindSafe for DebugInfo
impl Send for DebugInfo
impl Sync for DebugInfo
impl Unpin for DebugInfo
impl UnwindSafe for DebugInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more