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

type HandlerFuncWithErrCode = extern "x86-interrupt" fn(_: &mut ExceptionStackFrame, _: u64);

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