Struct windows_sys::Win32::System::SystemServices::HIBERFILE_BUCKET
[−]#[repr(C)]pub struct HIBERFILE_BUCKET {
pub MaxPhysicalMemory: u64,
pub PhysicalMemoryPercent: [u32; 3],
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
MaxPhysicalMemory: u64
PhysicalMemoryPercent: [u32; 3]
Trait Implementations
impl Clone for HIBERFILE_BUCKET
impl Clone for HIBERFILE_BUCKET
impl Copy for HIBERFILE_BUCKET
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more