Struct minidump::MinidumpSystemInfo[][src]

pub struct MinidumpSystemInfo {
    pub raw: MINIDUMP_SYSTEM_INFO,
    pub os: Os,
    pub cpu: Cpu,
    // some fields omitted
}
Expand description

Information about the system that generated the minidump.

Fields

raw: MINIDUMP_SYSTEM_INFO

The MINIDUMP_SYSTEM_INFO direct from the minidump

os: Os

The operating system that generated the minidump

cpu: Cpu

The CPU on which the minidump was generated

Implementations

Write a human-readable description of this MinidumpSystemInfo to f.

This is very verbose, it is the format used by minidump_dump.

Returns a string describing the cpu’s vendor and model.

Trait Implementations

Formats the value using the given formatter. Read more

The stream type constant used in the md::MDRawDirectory entry.

Read this MinidumpStream type from bytes. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.