#[repr(C)]
pub union JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_2 {
pub RateControlToleranceLimit: JOBOBJECT_RATE_CONTROL_TOLERANCE,
pub CpuRateControlToleranceLimit: JOBOBJECT_RATE_CONTROL_TOLERANCE,
}
Fields§
§RateControlToleranceLimit: JOBOBJECT_RATE_CONTROL_TOLERANCE
§CpuRateControlToleranceLimit: JOBOBJECT_RATE_CONTROL_TOLERANCE
Trait Implementations§
impl Copy for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_2
Auto Trait Implementations§
impl RefUnwindSafe for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_2
impl Send for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_2
impl Sync for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_2
impl Unpin for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_2
impl UnwindSafe for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_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