Struct windows_sys::Win32::System::Ioctl::DISK_CACHE_INFORMATION
#[repr(C)]pub struct DISK_CACHE_INFORMATION {
pub ParametersSavable: BOOLEAN,
pub ReadCacheEnabled: BOOLEAN,
pub WriteCacheEnabled: BOOLEAN,
pub ReadRetentionPriority: DISK_CACHE_RETENTION_PRIORITY,
pub WriteRetentionPriority: DISK_CACHE_RETENTION_PRIORITY,
pub DisablePrefetchTransferLength: u16,
pub PrefetchScalar: BOOLEAN,
pub Anonymous: DISK_CACHE_INFORMATION_0,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§ParametersSavable: BOOLEAN
§ReadCacheEnabled: BOOLEAN
§WriteCacheEnabled: BOOLEAN
§ReadRetentionPriority: DISK_CACHE_RETENTION_PRIORITY
§WriteRetentionPriority: DISK_CACHE_RETENTION_PRIORITY
§DisablePrefetchTransferLength: u16
§PrefetchScalar: BOOLEAN
§Anonymous: DISK_CACHE_INFORMATION_0
Trait Implementations§
§impl Clone for DISK_CACHE_INFORMATION
impl Clone for DISK_CACHE_INFORMATION
impl Copy for DISK_CACHE_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for DISK_CACHE_INFORMATION
impl Send for DISK_CACHE_INFORMATION
impl Sync for DISK_CACHE_INFORMATION
impl Unpin for DISK_CACHE_INFORMATION
impl UnwindSafe for DISK_CACHE_INFORMATION
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