Struct DISK_CACHE_INFORMATION
#[repr(C)]pub struct DISK_CACHE_INFORMATION {
pub ParametersSavable: bool,
pub ReadCacheEnabled: bool,
pub WriteCacheEnabled: bool,
pub ReadRetentionPriority: DISK_CACHE_RETENTION_PRIORITY,
pub WriteRetentionPriority: DISK_CACHE_RETENTION_PRIORITY,
pub DisablePrefetchTransferLength: u16,
pub PrefetchScalar: bool,
pub Anonymous: DISK_CACHE_INFORMATION_0,
}
Fields§
§ParametersSavable: bool
§ReadCacheEnabled: bool
§WriteCacheEnabled: bool
§ReadRetentionPriority: DISK_CACHE_RETENTION_PRIORITY
§WriteRetentionPriority: DISK_CACHE_RETENTION_PRIORITY
§DisablePrefetchTransferLength: u16
§PrefetchScalar: bool
§Anonymous: DISK_CACHE_INFORMATION_0
Trait Implementations§
§impl Clone for DISK_CACHE_INFORMATION
impl Clone for DISK_CACHE_INFORMATION
§fn clone(&self) -> DISK_CACHE_INFORMATION
fn clone(&self) -> DISK_CACHE_INFORMATION
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 Default for DISK_CACHE_INFORMATION
impl Default for DISK_CACHE_INFORMATION
impl Copy for DISK_CACHE_INFORMATION
Auto Trait Implementations§
impl Freeze for DISK_CACHE_INFORMATION
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