#[repr(C)]pub struct VOLUME_ALLOCATE_BC_STREAM_OUTPUT {
pub RequestSize: u64,
pub NumOutStandingRequests: u32,
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields
RequestSize: u64
NumOutStandingRequests: u32
Trait Implementations
impl Clone for VOLUME_ALLOCATE_BC_STREAM_OUTPUT
impl Clone for VOLUME_ALLOCATE_BC_STREAM_OUTPUT
impl Copy for VOLUME_ALLOCATE_BC_STREAM_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for VOLUME_ALLOCATE_BC_STREAM_OUTPUT
impl Send for VOLUME_ALLOCATE_BC_STREAM_OUTPUT
impl Sync for VOLUME_ALLOCATE_BC_STREAM_OUTPUT
impl Unpin for VOLUME_ALLOCATE_BC_STREAM_OUTPUT
impl UnwindSafe for VOLUME_ALLOCATE_BC_STREAM_OUTPUT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more