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

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

A handler function for an interrupt or an exception without error code.