#[repr(C)]pub struct JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2 {Show 13 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,
}
Expand description
Required features: "Win32_System_JobObjects"
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
Trait Implementations
impl Copy for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
Auto Trait Implementations
impl RefUnwindSafe for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
impl !Send for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
impl !Sync for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
impl Unpin for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
impl UnwindSafe for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
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