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

type DivergingHandlerFuncWithErrCode = extern "x86-interrupt" fn(_: InterruptStackFrame, error_code: u64) -> !;
Expand description

A handler function with an error code that must not return, e.g. for a double fault exception.