vmi

Type Alias PageFaults

Source
pub type PageFaults = SmallVec<[PageFault; 1]>;
Expand description

A collection of page faults.

Aliased Typeยง

struct PageFaults { /* private fields */ }