#[repr(C)]pub struct NVCACHE_PRIORITY_LEVEL_DESCRIPTOR {
pub PriorityLevel: UCHAR,
pub Reserved0: [UCHAR; 3],
pub ConsumedNVMSizeFraction: ULONG,
pub ConsumedMappingResourcesFraction: ULONG,
pub ConsumedNVMSizeForDirtyDataFraction: ULONG,
pub ConsumedMappingResourcesForDirtyDataFraction: ULONG,
pub Reserved1: ULONG,
}
Fields§
§PriorityLevel: UCHAR
§Reserved0: [UCHAR; 3]
§ConsumedNVMSizeFraction: ULONG
§ConsumedMappingResourcesFraction: ULONG
§ConsumedNVMSizeForDirtyDataFraction: ULONG
§ConsumedMappingResourcesForDirtyDataFraction: ULONG
§Reserved1: ULONG
Trait Implementations§
Source§impl Clone for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
impl Clone for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
Source§fn clone(&self) -> NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
fn clone(&self) -> NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
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 Default for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
impl Default for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
Source§fn default() -> NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
fn default() -> NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
Returns the “default value” for a type. Read more
impl Copy for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
impl RefUnwindSafe for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
impl Send for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
impl Sync for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
impl Unpin for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
impl UnwindSafe for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
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