Enum minidump::MinidumpRawContext[][src]

pub enum MinidumpRawContext {
    X86(CONTEXT_X86),
    Ppc(CONTEXT_PPC),
    Ppc64(CONTEXT_PPC64),
    Amd64(CONTEXT_AMD64),
    Sparc(CONTEXT_SPARC),
    Arm(CONTEXT_ARM),
    Arm64(CONTEXT_ARM64),
    OldArm64(CONTEXT_ARM64_OLD),
    Mips(CONTEXT_MIPS),
}
Expand description

The CPU-specific context structure.

Variants

Tuple Fields of X86

0: CONTEXT_X86

Tuple Fields of Ppc

0: CONTEXT_PPC

Tuple Fields of Ppc64

0: CONTEXT_PPC64

Tuple Fields of Amd64

0: CONTEXT_AMD64

Tuple Fields of Sparc

0: CONTEXT_SPARC

Tuple Fields of Arm

0: CONTEXT_ARM

Tuple Fields of Arm64

0: CONTEXT_ARM64

Tuple Fields of OldArm64

0: CONTEXT_ARM64_OLD

Tuple Fields of Mips

0: CONTEXT_MIPS

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.