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