Struct windows_sys::Win32::System::Ioctl::STORAGE_ALLOCATE_BC_STREAM_OUTPUT
#[repr(C)]pub struct STORAGE_ALLOCATE_BC_STREAM_OUTPUT {
pub RequestSize: u64,
pub NumOutStandingRequests: u32,
}
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§
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