#[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: 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§SoftMaxIops: LONG64§SoftMaxBandwidth: LONG64§SoftMaxTimePercent: LONG64§LimitExcessNotifyIops: LONG64§LimitExcessNotifyBandwidth: LONG64§LimitExcessNotifyTimePercent: LONG64Trait Implementations§
source§impl Clone for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl Clone for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
source§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 moresource§impl Default for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl Default for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
source§fn default() -> JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
fn default() -> JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
Returns the “default value” for a type. Read more