Struct win_sys::FileSystem::VOLUME_ALLOCATE_BC_STREAM_OUTPUT [−][src]
#[repr(C)]pub struct VOLUME_ALLOCATE_BC_STREAM_OUTPUT {
pub RequestSize: u64,
pub NumOutStandingRequests: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
RequestSize: u64NumOutStandingRequests: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for VOLUME_ALLOCATE_BC_STREAM_OUTPUT
impl Sync for VOLUME_ALLOCATE_BC_STREAM_OUTPUT
impl Unpin for VOLUME_ALLOCATE_BC_STREAM_OUTPUT
Blanket Implementations
Mutably borrows from an owned value. Read more