#[repr(C)]pub struct DSTORAGE_CONFIGURATION1 {
pub NumSubmitThreads: u32,
pub NumBuiltInCpuDecompressionThreads: i32,
pub ForceMappingLayer: BOOL,
pub DisableBypassIO: BOOL,
pub DisableTelemetry: BOOL,
pub DisableGpuDecompressionMetacommand: BOOL,
pub DisableGpuDecompression: BOOL,
pub ForceFileBuffering: BOOL,
}Fields§
§NumSubmitThreads: u32§NumBuiltInCpuDecompressionThreads: i32§ForceMappingLayer: BOOL§DisableBypassIO: BOOL§DisableTelemetry: BOOL§DisableGpuDecompressionMetacommand: BOOL§DisableGpuDecompression: BOOL§ForceFileBuffering: BOOLTrait Implementations§
Source§impl Clone for DSTORAGE_CONFIGURATION1
impl Clone for DSTORAGE_CONFIGURATION1
Source§fn clone(&self) -> DSTORAGE_CONFIGURATION1
fn clone(&self) -> DSTORAGE_CONFIGURATION1
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 Debug for DSTORAGE_CONFIGURATION1
impl Debug for DSTORAGE_CONFIGURATION1
Source§impl Default for DSTORAGE_CONFIGURATION1
impl Default for DSTORAGE_CONFIGURATION1
Source§fn default() -> DSTORAGE_CONFIGURATION1
fn default() -> DSTORAGE_CONFIGURATION1
Returns the “default value” for a type. Read more
Source§impl PartialEq for DSTORAGE_CONFIGURATION1
impl PartialEq for DSTORAGE_CONFIGURATION1
impl Copy for DSTORAGE_CONFIGURATION1
impl StructuralPartialEq for DSTORAGE_CONFIGURATION1
Auto Trait Implementations§
impl Freeze for DSTORAGE_CONFIGURATION1
impl RefUnwindSafe for DSTORAGE_CONFIGURATION1
impl Send for DSTORAGE_CONFIGURATION1
impl Sync for DSTORAGE_CONFIGURATION1
impl Unpin for DSTORAGE_CONFIGURATION1
impl UnwindSafe for DSTORAGE_CONFIGURATION1
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