#[repr(C)]
pub struct ExceptionType(_);
Expand description

Represents supported CPU exceptions.

Implementations

Undefined Exception

Divide-by-zero Error

Debug Exception

Breakpoint

Overflow

Invalid Opcode

Stack-Segment Fault

Alignment Check

Instruction Encoding Exception

Bad Breakpoint Exception

Single Step Exception

Divide-by-zero Error

Debug Exception

Non-maskable Interrupt

Breakpoint

Overflow

Bound Range Exceeded

Invalid Opcode

Double Fault

Invalid TSS

Segment Not Present

Stack-Segment Fault

General Protection Fault

Page Fault

x87 Floating-Point Exception

Alignment Check

Machine Check

SIMD Floating-Point Exception

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.