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

type PageFaultHandlerFunc = extern "x86-interrupt" fn(_: &mut ExceptionStackFrame, error_code: PageFaultErrorCode);

A page fault handler function that pushes a page fault error code.