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

X86(CONTEXT_X86)

Tuple Fields

Ppc(CONTEXT_PPC)

Tuple Fields

Ppc64(CONTEXT_PPC64)

Tuple Fields

Amd64(CONTEXT_AMD64)

Tuple Fields

Sparc(CONTEXT_SPARC)

Tuple Fields

Arm(CONTEXT_ARM)

Tuple Fields

Arm64(CONTEXT_ARM64)

Tuple Fields

OldArm64(CONTEXT_ARM64_OLD)

Tuple Fields

Mips(CONTEXT_MIPS)

Tuple Fields

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)

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.