Struct win_sys::SystemServices::HIBERFILE_BUCKET [−][src]
#[repr(C)]pub struct HIBERFILE_BUCKET {
pub MaxPhysicalMemory: u64,
pub PhysicalMemoryPercent: [u32; 3],
}Expand description
Required features: Win32_System_SystemServices
Fields
MaxPhysicalMemory: u64PhysicalMemoryPercent: [u32; 3]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for HIBERFILE_BUCKET
impl Send for HIBERFILE_BUCKET
impl Sync for HIBERFILE_BUCKET
impl Unpin for HIBERFILE_BUCKET
impl UnwindSafe for HIBERFILE_BUCKET
Blanket Implementations
Mutably borrows from an owned value. Read more