Struct win_sys::FileSystem::VOLUME_ALLOCATE_BC_STREAM_INPUT [−][src]
#[repr(C)]pub struct VOLUME_ALLOCATE_BC_STREAM_INPUT {
pub Version: u32,
pub RequestsPerPeriod: u32,
pub Period: u32,
pub RetryFailures: BOOLEAN,
pub Discardable: BOOLEAN,
pub Reserved1: [BOOLEAN; 2],
pub LowestByteOffset: u64,
pub HighestByteOffset: u64,
pub AccessType: u32,
pub AccessMode: u32,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
Version: u32RequestsPerPeriod: u32Period: u32RetryFailures: BOOLEANDiscardable: BOOLEANReserved1: [BOOLEAN; 2]LowestByteOffset: u64HighestByteOffset: u64AccessType: u32AccessMode: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for VOLUME_ALLOCATE_BC_STREAM_INPUT
impl Sync for VOLUME_ALLOCATE_BC_STREAM_INPUT
impl Unpin for VOLUME_ALLOCATE_BC_STREAM_INPUT
Blanket Implementations
Mutably borrows from an owned value. Read more