Struct winapi::um::winnt::JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3 [−][src]
#[repr(C)]pub struct JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3 {Show 19 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,
pub SoftMaxIops: LONG64,
pub SoftMaxBandwidth: LONG64,
pub SoftMaxTimePercent: LONG64,
pub LimitExcessNotifyIops: LONG64,
pub LimitExcessNotifyBandwidth: LONG64,
pub LimitExcessNotifyTimePercent: LONG64,
}Fields
MaxIops: LONG64MaxBandwidth: LONG64ReservationIops: LONG64VolumeName: PWSTRBaseIoSize: DWORDControlFlags: JOB_OBJECT_IO_RATE_CONTROL_FLAGSVolumeNameLength: WORDCriticalReservationIops: LONG64ReservationBandwidth: LONG64CriticalReservationBandwidth: LONG64MaxTimePercent: LONG64ReservationTimePercent: LONG64CriticalReservationTimePercent: LONG64SoftMaxIops: LONG64SoftMaxBandwidth: LONG64SoftMaxTimePercent: LONG64LimitExcessNotifyIops: LONG64LimitExcessNotifyBandwidth: LONG64LimitExcessNotifyTimePercent: LONG64Trait Implementations
Returns the “default value” for a type. Read more