Struct winapi::um::winnt::JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2 [−][src]
#[repr(C)]pub struct JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2 {Show 13 fields
pub MaxIops: LONG64,
pub MaxBandwidth: LONG64,
pub ReservationIops: LONG64,
pub VolumeName: PWSTR,
pub BaseIoSize: DWORD,
pub ControlFlags: JOB_OBJECT_IO_RATE_CONTROL_FLAGS,
pub VolumeNameLength: WORD,
pub CriticalReservationIops: LONG64,
pub ReservationBandwidth: LONG64,
pub CriticalReservationBandwidth: LONG64,
pub MaxTimePercent: LONG64,
pub ReservationTimePercent: LONG64,
pub CriticalReservationTimePercent: LONG64,
}
Fields
MaxIops: LONG64
MaxBandwidth: LONG64
ReservationIops: LONG64
VolumeName: PWSTR
BaseIoSize: DWORD
ControlFlags: JOB_OBJECT_IO_RATE_CONTROL_FLAGS
VolumeNameLength: WORD
CriticalReservationIops: LONG64
ReservationBandwidth: LONG64
CriticalReservationBandwidth: LONG64
MaxTimePercent: LONG64
ReservationTimePercent: LONG64
CriticalReservationTimePercent: LONG64
Trait Implementations
Returns the “default value” for a type. Read more