#[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: i64MaxBandwidth: i64ReservationIops: i64VolumeName: PWSTRBaseIoSize: u32ControlFlags: JOB_OBJECT_IO_RATE_CONTROL_FLAGSVolumeNameLength: u16CriticalReservationIops: i64ReservationBandwidth: i64CriticalReservationBandwidth: i64MaxTimePercent: i64ReservationTimePercent: i64CriticalReservationTimePercent: i64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.