#[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,
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more