pub trait DumpSection {
// Required methods
fn file_offset(&self) -> Label;
fn file_size(&self) -> Label;
}
Expand description
A block of data contained in a minidump.
Required Methods§
Sourcefn file_offset(&self) -> Label
fn file_offset(&self) -> Label
A label representing this DumpSection
’s offset in bytes from the start of the minidump.