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

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

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