DumpSection

Trait DumpSection 

Source
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§

Source

fn file_offset(&self) -> Label

A label representing this DumpSection’s offset in bytes from the start of the minidump.

Source

fn file_size(&self) -> Label

A label representing this DumpSection’s size in bytes within the minidump.

Implementations on Foreign Types§

Source§

impl DumpSection for Section

Implementors§