#[repr(C)]
pub union JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_1 {
pub RateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCE,
pub CpuRateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCE,
}
Expand description
Required features: ‘Win32_System_JobObjects’
Fields
RateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCE
CpuRateControlTolerance: JOBOBJECT_RATE_CONTROL_TOLERANCE
Trait Implementations
impl Copy for JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_1
Auto Trait Implementations
impl RefUnwindSafe for JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_1
impl Send for JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_1
impl Sync for JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_1
impl Unpin for JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_1
impl UnwindSafe for JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more