Struct winapi::um::winnt::JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3 [−][src]
#[repr(C)]pub struct JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2_u3(_);
Implementations
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
Returns the “default value” for a type. Read more