#[repr(C)]pub struct STORAGE_ALLOCATE_BC_STREAM_OUTPUT {
pub RequestSize: u64,
pub NumOutStandingRequests: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
RequestSize: u64
NumOutStandingRequests: u32
Trait Implementations
impl Clone for STORAGE_ALLOCATE_BC_STREAM_OUTPUT
impl Clone for STORAGE_ALLOCATE_BC_STREAM_OUTPUT
impl Copy for STORAGE_ALLOCATE_BC_STREAM_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_ALLOCATE_BC_STREAM_OUTPUT
impl Send for STORAGE_ALLOCATE_BC_STREAM_OUTPUT
impl Sync for STORAGE_ALLOCATE_BC_STREAM_OUTPUT
impl Unpin for STORAGE_ALLOCATE_BC_STREAM_OUTPUT
impl UnwindSafe for STORAGE_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