#[repr(C)]pub struct HIBERFILE_BUCKET {
    pub MaxPhysicalMemory: DWORD64,
    pub PhysicalMemoryPercent: [DWORD; 3],
}Fields
MaxPhysicalMemory: DWORD64PhysicalMemoryPercent: [DWORD; 3]Trait Implementations
sourceimpl Clone for HIBERFILE_BUCKET
 
impl Clone for HIBERFILE_BUCKET
sourcefn clone(&self) -> HIBERFILE_BUCKET
 
fn clone(&self) -> HIBERFILE_BUCKET
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
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