#[repr(C)]pub struct JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3 {Show 19 fields
pub MaxIops: i64,
pub MaxBandwidth: i64,
pub ReservationIops: i64,
pub VolumeName: PWSTR,
pub BaseIoSize: u32,
pub ControlFlags: JOB_OBJECT_IO_RATE_CONTROL_FLAGS,
pub VolumeNameLength: u16,
pub CriticalReservationIops: i64,
pub ReservationBandwidth: i64,
pub CriticalReservationBandwidth: i64,
pub MaxTimePercent: i64,
pub ReservationTimePercent: i64,
pub CriticalReservationTimePercent: i64,
pub SoftMaxIops: i64,
pub SoftMaxBandwidth: i64,
pub SoftMaxTimePercent: i64,
pub LimitExcessNotifyIops: i64,
pub LimitExcessNotifyBandwidth: i64,
pub LimitExcessNotifyTimePercent: i64,
}
Fields§
§MaxIops: i64
§MaxBandwidth: i64
§ReservationIops: i64
§VolumeName: PWSTR
§BaseIoSize: u32
§ControlFlags: JOB_OBJECT_IO_RATE_CONTROL_FLAGS
§VolumeNameLength: u16
§CriticalReservationIops: i64
§ReservationBandwidth: i64
§CriticalReservationBandwidth: i64
§MaxTimePercent: i64
§ReservationTimePercent: i64
§CriticalReservationTimePercent: i64
§SoftMaxIops: i64
§SoftMaxBandwidth: i64
§SoftMaxTimePercent: i64
§LimitExcessNotifyIops: i64
§LimitExcessNotifyBandwidth: i64
§LimitExcessNotifyTimePercent: i64
Trait Implementations§
§impl Clone for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl Clone for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
§fn clone(&self) -> JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
fn clone(&self) -> JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
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 PartialEq for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl PartialEq for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
§fn eq(&self, other: &JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3) -> bool
fn eq(&self, other: &JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl Eq for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl StructuralPartialEq for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
Auto Trait Implementations§
impl Freeze for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl RefUnwindSafe for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl !Send for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl !Sync for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl Unpin for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl UnwindSafe for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
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
)