Struct gdb_command::DebugInfo
source · [−]pub struct DebugInfo {
pub file_path: String,
pub offset_in_file: Option<u64>,
pub offset_in_line: u64,
}
Expand description
FrameDebug
struct represents the debug information of one frame in stack trace.
Fields
file_path: String
/path:123:456 “/path”
offset_in_file: Option<u64>
123
offset_in_line: u64
456
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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