#[repr(C)]pub struct NVCACHE_PRIORITY_LEVEL_DESCRIPTOR {
pub PriorityLevel: u8,
pub Reserved0: [u8; 3],
pub ConsumedNVMSizeFraction: u32,
pub ConsumedMappingResourcesFraction: u32,
pub ConsumedNVMSizeForDirtyDataFraction: u32,
pub ConsumedMappingResourcesForDirtyDataFraction: u32,
pub Reserved1: u32,
}
Fields§
§PriorityLevel: u8
§Reserved0: [u8; 3]
§ConsumedNVMSizeFraction: u32
§ConsumedMappingResourcesFraction: u32
§ConsumedNVMSizeForDirtyDataFraction: u32
§ConsumedMappingResourcesForDirtyDataFraction: u32
§Reserved1: u32
Trait Implementations§
§impl Clone for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
impl Clone for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
impl Copy for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
Auto Trait Implementations§
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