Struct winapi::um::winnt::HIBERFILE_BUCKET [−][src]
#[repr(C)]pub struct HIBERFILE_BUCKET {
pub MaxPhysicalMemory: DWORD64,
pub PhysicalMemoryPercent: [DWORD; 3],
}
Fields
MaxPhysicalMemory: DWORD64
PhysicalMemoryPercent: [DWORD; 3]
Trait Implementations
Returns the “default value” for a type. Read more