Struct windows::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,
}
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
§fn clone(&self) -> STORAGE_ALLOCATE_BC_STREAM_INPUT
fn clone(&self) -> STORAGE_ALLOCATE_BC_STREAM_INPUT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for STORAGE_ALLOCATE_BC_STREAM_INPUT
impl Debug for STORAGE_ALLOCATE_BC_STREAM_INPUT
§impl Default for STORAGE_ALLOCATE_BC_STREAM_INPUT
impl Default for STORAGE_ALLOCATE_BC_STREAM_INPUT
§impl PartialEq for STORAGE_ALLOCATE_BC_STREAM_INPUT
impl PartialEq for STORAGE_ALLOCATE_BC_STREAM_INPUT
§fn eq(&self, other: &STORAGE_ALLOCATE_BC_STREAM_INPUT) -> bool
fn eq(&self, other: &STORAGE_ALLOCATE_BC_STREAM_INPUT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for STORAGE_ALLOCATE_BC_STREAM_INPUT
impl Eq for STORAGE_ALLOCATE_BC_STREAM_INPUT
impl StructuralPartialEq for STORAGE_ALLOCATE_BC_STREAM_INPUT
Auto Trait Implementations§
impl Freeze for STORAGE_ALLOCATE_BC_STREAM_INPUT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)