Struct winapi::um::winnt::HIBERFILE_BUCKET
source · #[repr(C)]pub struct HIBERFILE_BUCKET {
pub MaxPhysicalMemory: DWORD64,
pub PhysicalMemoryPercent: [DWORD; 3],
}
Fields§
§MaxPhysicalMemory: DWORD64
§PhysicalMemoryPercent: [DWORD; 3]
Trait Implementations§
source§impl Clone for HIBERFILE_BUCKET
impl Clone for HIBERFILE_BUCKET
source§fn clone(&self) -> HIBERFILE_BUCKET
fn clone(&self) -> HIBERFILE_BUCKET
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for HIBERFILE_BUCKET
impl Default for HIBERFILE_BUCKET
source§fn default() -> HIBERFILE_BUCKET
fn default() -> HIBERFILE_BUCKET
Returns the “default value” for a type. Read more