#[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,
}
Fields§
§LimitFlags: JOB_OBJECT_LIMIT
§ViolationLimitFlags: JOB_OBJECT_LIMIT
§IoReadBytes: u64
§IoReadBytesLimit: u64
§IoWriteBytes: u64
§IoWriteBytesLimit: u64
§PerJobUserTime: i64
§PerJobUserTimeLimit: i64
§JobMemory: u64
§Anonymous1: JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_0
§Anonymous2: JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_1
§Anonymous3: JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_2
§JobLowMemoryLimit: u64
§IoRateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCE
§IoRateControlToleranceLimit: JOBOBJECT_RATE_CONTROL_TOLERANCE
§NetRateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCE
§NetRateControlToleranceLimit: JOBOBJECT_RATE_CONTROL_TOLERANCE
Trait Implementations§
§impl Clone for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2
impl Clone for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2
§fn clone(&self) -> JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2
fn clone(&self) -> JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2
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 moreimpl Copy for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2
Auto Trait Implementations§
impl Freeze for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2
impl RefUnwindSafe for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2
impl Send for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2
impl Sync for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2
impl Unpin for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2
impl UnwindSafe for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)