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

type HandlerFuncWithErrCode = extern "x86-interrupt" fn(_: &mut InterruptStackFrame, error_code: u64);
👎 Deprecated:

Taking the InterruptStackFrame by reference no longer works on latest Rust nightlies. Please update to x86_64 v0.14.0.

A handler function for an exception that pushes an error code.