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

type DivergingHandlerFunc = extern "x86-interrupt" fn(_: InterruptStackFrame) -> !;

A handler function that must not return, e.g. for a machine check exception.