Struct direct_storage::DSTORAGE_CONFIGURATION
source · #[repr(C)]pub struct DSTORAGE_CONFIGURATION {
pub NumSubmitThreads: u32,
pub NumBuiltInCpuDecompressionThreads: i32,
pub ForceMappingLayer: BOOL,
pub DisableBypassIO: BOOL,
pub DisableTelemetry: BOOL,
pub DisableGpuDecompressionMetacommand: BOOL,
pub DisableGpuDecompression: BOOL,
}Fields§
§NumSubmitThreads: u32§NumBuiltInCpuDecompressionThreads: i32§ForceMappingLayer: BOOL§DisableBypassIO: BOOL§DisableTelemetry: BOOL§DisableGpuDecompressionMetacommand: BOOL§DisableGpuDecompression: BOOLTrait Implementations§
source§impl Clone for DSTORAGE_CONFIGURATION
impl Clone for DSTORAGE_CONFIGURATION
source§fn clone(&self) -> DSTORAGE_CONFIGURATION
fn clone(&self) -> DSTORAGE_CONFIGURATION
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 moresource§impl Debug for DSTORAGE_CONFIGURATION
impl Debug for DSTORAGE_CONFIGURATION
source§impl Default for DSTORAGE_CONFIGURATION
impl Default for DSTORAGE_CONFIGURATION
source§fn default() -> DSTORAGE_CONFIGURATION
fn default() -> DSTORAGE_CONFIGURATION
Returns the “default value” for a type. Read more