#[repr(C)]
pub struct JOBOBJECT_LIMIT_VIOLATION_INFORMATION { 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 JobMemoryLimit: u64, pub RateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCE, pub RateControlToleranceLimit: 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: u64JobMemoryLimit: u64RateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCERateControlToleranceLimit: 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.