#[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
§fn clone(&self) -> NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
fn clone(&self) -> NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
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 more§impl Debug for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
impl Debug for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
§impl PartialEq for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
impl PartialEq for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
§fn eq(&self, other: &NVCACHE_PRIORITY_LEVEL_DESCRIPTOR) -> bool
fn eq(&self, other: &NVCACHE_PRIORITY_LEVEL_DESCRIPTOR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
impl Eq for NVCACHE_PRIORITY_LEVEL_DESCRIPTOR
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)