#[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 Debug for _HIBERFILE_BUCKET
impl Debug for _HIBERFILE_BUCKET
Source§impl Ord for _HIBERFILE_BUCKET
impl Ord for _HIBERFILE_BUCKET
Source§fn cmp(&self, other: &_HIBERFILE_BUCKET) -> Ordering
fn cmp(&self, other: &_HIBERFILE_BUCKET) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _HIBERFILE_BUCKET
impl PartialEq for _HIBERFILE_BUCKET
Source§impl PartialOrd for _HIBERFILE_BUCKET
impl PartialOrd for _HIBERFILE_BUCKET
impl Copy for _HIBERFILE_BUCKET
impl Eq for _HIBERFILE_BUCKET
impl StructuralPartialEq 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