#[repr(C)]pub struct HYBRID_INFORMATION_Priorities {
pub PriorityLevelCount: UCHAR,
pub MaxPriorityBehavior: BOOLEAN,
pub OptimalWriteGranularity: UCHAR,
pub Reserved: UCHAR,
pub DirtyThresholdLow: ULONG,
pub DirtyThresholdHigh: ULONG,
pub SupportedCommands: HYBRID_INFORMATION_Priorities_SupportedCommands,
pub Priority: [NVCACHE_PRIORITY_LEVEL_DESCRIPTOR; 0],
}
Fields§
§PriorityLevelCount: UCHAR
§MaxPriorityBehavior: BOOLEAN
§OptimalWriteGranularity: UCHAR
§Reserved: UCHAR
§DirtyThresholdLow: ULONG
§DirtyThresholdHigh: ULONG
§SupportedCommands: HYBRID_INFORMATION_Priorities_SupportedCommands
§Priority: [NVCACHE_PRIORITY_LEVEL_DESCRIPTOR; 0]
Trait Implementations§
Source§impl Clone for HYBRID_INFORMATION_Priorities
impl Clone for HYBRID_INFORMATION_Priorities
Source§fn clone(&self) -> HYBRID_INFORMATION_Priorities
fn clone(&self) -> HYBRID_INFORMATION_Priorities
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 HYBRID_INFORMATION_Priorities
impl Default for HYBRID_INFORMATION_Priorities
Source§fn default() -> HYBRID_INFORMATION_Priorities
fn default() -> HYBRID_INFORMATION_Priorities
Returns the “default value” for a type. Read more
impl Copy for HYBRID_INFORMATION_Priorities
Auto Trait Implementations§
impl Freeze for HYBRID_INFORMATION_Priorities
impl RefUnwindSafe for HYBRID_INFORMATION_Priorities
impl Send for HYBRID_INFORMATION_Priorities
impl Sync for HYBRID_INFORMATION_Priorities
impl Unpin for HYBRID_INFORMATION_Priorities
impl UnwindSafe for HYBRID_INFORMATION_Priorities
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