[][src]Type Definition x86_64::structures::idt::ExceptionStackFrame

type ExceptionStackFrame = InterruptStackFrame;
👎 Deprecated:

This type was renamed to InterruptStackFrame.

Wrapper type for the exception stack frame pushed by the CPU.

Identical to InterruptStackFrame.