#[repr(C)]
pub union JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_2 {
pub RateControlToleranceLimit: JOBOBJECT_RATE_CONTROL_TOLERANCE,
pub CpuRateControlToleranceLimit: JOBOBJECT_RATE_CONTROL_TOLERANCE,
}
Expand description
Required features: "Win32_System_JobObjects"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more