Struct windows::Win32::System::Ioctl::STORAGE_GET_BC_PROPERTIES_OUTPUT
#[repr(C)]pub struct STORAGE_GET_BC_PROPERTIES_OUTPUT {
pub MaximumRequestsPerPeriod: u32,
pub MinimumPeriod: u32,
pub MaximumRequestSize: u64,
pub EstimatedTimePerRequest: u32,
pub NumOutStandingRequests: u32,
pub RequestSize: u64,
}
Fields§
§MaximumRequestsPerPeriod: u32
§MinimumPeriod: u32
§MaximumRequestSize: u64
§EstimatedTimePerRequest: u32
§NumOutStandingRequests: u32
§RequestSize: u64
Trait Implementations§
§impl Clone for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl Clone for STORAGE_GET_BC_PROPERTIES_OUTPUT
§fn clone(&self) -> STORAGE_GET_BC_PROPERTIES_OUTPUT
fn clone(&self) -> STORAGE_GET_BC_PROPERTIES_OUTPUT
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_GET_BC_PROPERTIES_OUTPUT
impl Debug for STORAGE_GET_BC_PROPERTIES_OUTPUT
§impl Default for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl Default for STORAGE_GET_BC_PROPERTIES_OUTPUT
§impl PartialEq for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl PartialEq for STORAGE_GET_BC_PROPERTIES_OUTPUT
§fn eq(&self, other: &STORAGE_GET_BC_PROPERTIES_OUTPUT) -> bool
fn eq(&self, other: &STORAGE_GET_BC_PROPERTIES_OUTPUT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl Eq for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl StructuralPartialEq for STORAGE_GET_BC_PROPERTIES_OUTPUT
Auto Trait Implementations§
impl Freeze for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl RefUnwindSafe for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl Send for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl Sync for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl Unpin for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl UnwindSafe for STORAGE_GET_BC_PROPERTIES_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
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
)