#[repr(C)]
pub struct JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2 {
Show 17 fields pub LimitFlags: JOB_OBJECT_LIMIT, pub ViolationLimitFlags: JOB_OBJECT_LIMIT, pub IoReadBytes: u64, pub IoReadBytesLimit: u64, pub IoWriteBytes: u64, pub IoWriteBytesLimit: u64, pub PerJobUserTime: i64, pub PerJobUserTimeLimit: i64, pub JobMemory: u64, pub Anonymous1: JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_0, pub Anonymous2: JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_1, pub Anonymous3: JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_2, pub JobLowMemoryLimit: u64, pub IoRateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCE, pub IoRateControlToleranceLimit: JOBOBJECT_RATE_CONTROL_TOLERANCE, pub NetRateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCE, pub NetRateControlToleranceLimit: JOBOBJECT_RATE_CONTROL_TOLERANCE,
}
Expand description

Required features: "Win32_System_JobObjects"

Fields

LimitFlags: JOB_OBJECT_LIMITViolationLimitFlags: JOB_OBJECT_LIMITIoReadBytes: u64IoReadBytesLimit: u64IoWriteBytes: u64IoWriteBytesLimit: u64PerJobUserTime: i64PerJobUserTimeLimit: i64JobMemory: u64Anonymous1: JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_0Anonymous2: JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_1Anonymous3: JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_2JobLowMemoryLimit: u64IoRateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCEIoRateControlToleranceLimit: JOBOBJECT_RATE_CONTROL_TOLERANCENetRateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCENetRateControlToleranceLimit: JOBOBJECT_RATE_CONTROL_TOLERANCE

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.