Struct windows_sys::Win32::System::Ioctl::STORAGE_ALLOCATE_BC_STREAM_INPUT
#[repr(C)]pub struct STORAGE_ALLOCATE_BC_STREAM_INPUT {
pub Version: u32,
pub RequestsPerPeriod: u32,
pub Period: u32,
pub RetryFailures: BOOLEAN,
pub Discardable: BOOLEAN,
pub Reserved1: [BOOLEAN; 2],
pub AccessType: u32,
pub AccessMode: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Version: u32
§RequestsPerPeriod: u32
§Period: u32
§RetryFailures: BOOLEAN
§Discardable: BOOLEAN
§Reserved1: [BOOLEAN; 2]
§AccessType: u32
§AccessMode: u32
Trait Implementations§
§impl Clone for STORAGE_ALLOCATE_BC_STREAM_INPUT
impl Clone for STORAGE_ALLOCATE_BC_STREAM_INPUT
impl Copy for STORAGE_ALLOCATE_BC_STREAM_INPUT
Auto Trait Implementations§
impl RefUnwindSafe for STORAGE_ALLOCATE_BC_STREAM_INPUT
impl Send for STORAGE_ALLOCATE_BC_STREAM_INPUT
impl Sync for STORAGE_ALLOCATE_BC_STREAM_INPUT
impl Unpin for STORAGE_ALLOCATE_BC_STREAM_INPUT
impl UnwindSafe for STORAGE_ALLOCATE_BC_STREAM_INPUT
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