Struct windows::Win32::Storage::VirtualDiskService::VDS_HINTS2
#[repr(C)]pub struct VDS_HINTS2 {Show 31 fields
pub ullHintMask: u64,
pub ullExpectedMaximumSize: u64,
pub ulOptimalReadSize: u32,
pub ulOptimalReadAlignment: u32,
pub ulOptimalWriteSize: u32,
pub ulOptimalWriteAlignment: u32,
pub ulMaximumDriveCount: u32,
pub ulStripeSize: u32,
pub ulReserved1: u32,
pub ulReserved2: u32,
pub ulReserved3: u32,
pub bFastCrashRecoveryRequired: BOOL,
pub bMostlyReads: BOOL,
pub bOptimizeForSequentialReads: BOOL,
pub bOptimizeForSequentialWrites: BOOL,
pub bRemapEnabled: BOOL,
pub bReadBackVerifyEnabled: BOOL,
pub bWriteThroughCachingEnabled: BOOL,
pub bHardwareChecksumEnabled: BOOL,
pub bIsYankable: BOOL,
pub bAllocateHotSpare: BOOL,
pub bUseMirroredCache: BOOL,
pub bReadCachingEnabled: BOOL,
pub bWriteCachingEnabled: BOOL,
pub bMediaScanEnabled: BOOL,
pub bConsistencyCheckEnabled: BOOL,
pub BusType: VDS_STORAGE_BUS_TYPE,
pub bReserved1: BOOL,
pub bReserved2: BOOL,
pub bReserved3: BOOL,
pub sRebuildPriority: i16,
}
Fields§
§ullHintMask: u64
§ullExpectedMaximumSize: u64
§ulOptimalReadSize: u32
§ulOptimalReadAlignment: u32
§ulOptimalWriteSize: u32
§ulOptimalWriteAlignment: u32
§ulMaximumDriveCount: u32
§ulStripeSize: u32
§ulReserved1: u32
§ulReserved2: u32
§ulReserved3: u32
§bFastCrashRecoveryRequired: BOOL
§bMostlyReads: BOOL
§bOptimizeForSequentialReads: BOOL
§bOptimizeForSequentialWrites: BOOL
§bRemapEnabled: BOOL
§bReadBackVerifyEnabled: BOOL
§bWriteThroughCachingEnabled: BOOL
§bHardwareChecksumEnabled: BOOL
§bIsYankable: BOOL
§bAllocateHotSpare: BOOL
§bUseMirroredCache: BOOL
§bReadCachingEnabled: BOOL
§bWriteCachingEnabled: BOOL
§bMediaScanEnabled: BOOL
§bConsistencyCheckEnabled: BOOL
§BusType: VDS_STORAGE_BUS_TYPE
§bReserved1: BOOL
§bReserved2: BOOL
§bReserved3: BOOL
§sRebuildPriority: i16
Trait Implementations§
§impl Clone for VDS_HINTS2
impl Clone for VDS_HINTS2
§fn clone(&self) -> VDS_HINTS2
fn clone(&self) -> VDS_HINTS2
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 Debug for VDS_HINTS2
impl Debug for VDS_HINTS2
§impl PartialEq for VDS_HINTS2
impl PartialEq for VDS_HINTS2
§fn eq(&self, other: &VDS_HINTS2) -> bool
fn eq(&self, other: &VDS_HINTS2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VDS_HINTS2
impl Eq for VDS_HINTS2
impl StructuralPartialEq for VDS_HINTS2
Auto Trait Implementations§
impl Freeze for VDS_HINTS2
impl RefUnwindSafe for VDS_HINTS2
impl Send for VDS_HINTS2
impl Sync for VDS_HINTS2
impl Unpin for VDS_HINTS2
impl UnwindSafe for VDS_HINTS2
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)