#[repr(C)]pub struct HYBRID_INFORMATION_Priorities_SupportedCommands {
pub Bitfield: ULONG,
pub MaxEvictCommands: ULONG,
pub MaxLbaRangeCountForEvict: ULONG,
pub MaxLbaRangeCountForChangeLba: ULONG,
}
Fields§
§Bitfield: ULONG
§MaxEvictCommands: ULONG
§MaxLbaRangeCountForEvict: ULONG
§MaxLbaRangeCountForChangeLba: ULONG
Implementations§
Source§impl HYBRID_INFORMATION_Priorities_SupportedCommands
impl HYBRID_INFORMATION_Priorities_SupportedCommands
pub fn CacheDisable(&self) -> ULONG
pub fn set_CacheDisable(&mut self, val: ULONG)
pub fn SetDirtyThreshold(&self) -> ULONG
pub fn set_SetDirtyThreshold(&mut self, val: ULONG)
pub fn PriorityDemoteBySize(&self) -> ULONG
pub fn set_PriorityDemoteBySize(&mut self, val: ULONG)
pub fn PriorityChangeByLbaRange(&self) -> ULONG
pub fn set_PriorityChangeByLbaRange(&mut self, val: ULONG)
pub fn Evict(&self) -> ULONG
pub fn set_Evict(&mut self, val: ULONG)
pub fn ReservedBits(&self) -> ULONG
pub fn set_ReservedBits(&mut self, val: ULONG)
Trait Implementations§
Source§impl Clone for HYBRID_INFORMATION_Priorities_SupportedCommands
impl Clone for HYBRID_INFORMATION_Priorities_SupportedCommands
Source§fn clone(&self) -> HYBRID_INFORMATION_Priorities_SupportedCommands
fn clone(&self) -> HYBRID_INFORMATION_Priorities_SupportedCommands
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_SupportedCommands
impl Default for HYBRID_INFORMATION_Priorities_SupportedCommands
Source§fn default() -> HYBRID_INFORMATION_Priorities_SupportedCommands
fn default() -> HYBRID_INFORMATION_Priorities_SupportedCommands
Returns the “default value” for a type. Read more
impl Copy for HYBRID_INFORMATION_Priorities_SupportedCommands
Auto Trait Implementations§
impl Freeze for HYBRID_INFORMATION_Priorities_SupportedCommands
impl RefUnwindSafe for HYBRID_INFORMATION_Priorities_SupportedCommands
impl Send for HYBRID_INFORMATION_Priorities_SupportedCommands
impl Sync for HYBRID_INFORMATION_Priorities_SupportedCommands
impl Unpin for HYBRID_INFORMATION_Priorities_SupportedCommands
impl UnwindSafe for HYBRID_INFORMATION_Priorities_SupportedCommands
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