#[repr(C)]
pub struct JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2 { pub IoReadBytesLimit: u64, pub IoWriteBytesLimit: u64, pub PerJobUserTimeLimit: i64, pub Anonymous1: JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_0, pub Anonymous2: JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_1, pub Anonymous3: JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_2, pub LimitFlags: JOB_OBJECT_LIMIT, pub IoRateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCE, pub JobLowMemoryLimit: u64, pub IoRateControlToleranceInterval: JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL, pub NetRateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCE, pub NetRateControlToleranceInterval: JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL, }
Expand description

Required features: "Win32_System_JobObjects"

Fields

IoReadBytesLimit: u64IoWriteBytesLimit: u64PerJobUserTimeLimit: i64Anonymous1: JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_0Anonymous2: JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_1Anonymous3: JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_2LimitFlags: JOB_OBJECT_LIMITIoRateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCEJobLowMemoryLimit: u64IoRateControlToleranceInterval: JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVALNetRateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCENetRateControlToleranceInterval: JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL

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.