#[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 duplicate 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 Debug for _HIBERFILE_BUCKET
impl Debug for _HIBERFILE_BUCKET
impl Copy for _HIBERFILE_BUCKET
Auto Trait Implementations§
impl Freeze for _HIBERFILE_BUCKET
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more