#[repr(C)]pub struct JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3(_);
Implementations
sourceimpl JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3
impl JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3
pub unsafe fn RateControlToleranceInterval(
&self
) -> &JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL
pub unsafe fn RateControlToleranceInterval_mut(
&mut self
) -> &mut JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL
pub unsafe fn CpuRateControlToleranceInterval(
&self
) -> &JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL
pub unsafe fn CpuRateControlToleranceInterval_mut(
&mut self
) -> &mut JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL
Trait Implementations
sourceimpl Clone for JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3
impl Clone for JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3
sourcefn clone(&self) -> JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3
fn clone(&self) -> JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3
Auto Trait Implementations
impl RefUnwindSafe for JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3
impl Send for JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3
impl Sync for JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3
impl Unpin for JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3
impl UnwindSafe for JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3
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