Struct mach::vm_statistics::pmap_statistics [] [src]

#[repr(C)]
pub struct pmap_statistics { pub resident_count: integer_t, pub wired_count: integer_t, }

Fields

Trait Implementations

Auto Trait Implementations