#[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,
}
Fields§
§LimitFlags: JOB_OBJECT_LIMIT
§ViolationLimitFlags: JOB_OBJECT_LIMIT
§IoReadBytes: u64
§IoReadBytesLimit: u64
§IoWriteBytes: u64
§IoWriteBytesLimit: u64
§PerJobUserTime: i64
§PerJobUserTimeLimit: i64
§JobMemory: u64
§JobMemoryLimit: u64
§RateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCE
§RateControlToleranceLimit: JOBOBJECT_RATE_CONTROL_TOLERANCE
Trait Implementations§
§impl Clone for JOBOBJECT_LIMIT_VIOLATION_INFORMATION
impl Clone for JOBOBJECT_LIMIT_VIOLATION_INFORMATION
§fn clone(&self) -> JOBOBJECT_LIMIT_VIOLATION_INFORMATION
fn clone(&self) -> JOBOBJECT_LIMIT_VIOLATION_INFORMATION
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
Auto Trait Implementations§
impl Freeze for JOBOBJECT_LIMIT_VIOLATION_INFORMATION
impl RefUnwindSafe for JOBOBJECT_LIMIT_VIOLATION_INFORMATION
impl Send for JOBOBJECT_LIMIT_VIOLATION_INFORMATION
impl Sync for JOBOBJECT_LIMIT_VIOLATION_INFORMATION
impl Unpin for JOBOBJECT_LIMIT_VIOLATION_INFORMATION
impl UnwindSafe for JOBOBJECT_LIMIT_VIOLATION_INFORMATION
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
)