Struct gdb_command::mappings::File
source · pub struct File {
pub start: u64,
pub end: u64,
pub offset: u64,
pub name: String,
}
Expand description
File
struct represents unit (segment) in proccess address space.
Fields§
§start: u64
Start address of objfile
end: u64
End address of objfile
offset: u64
Offset in file.
name: String
Full path to binary module.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for File
impl Send for File
impl Sync for File
impl Unpin for File
impl UnwindSafe for File
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