#[repr(C)]pub struct JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u3(_);
Implementations§
source§impl JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u3
impl JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u3
pub unsafe fn RateControlToleranceLimit( &self ) -> &JOBOBJECT_RATE_CONTROL_TOLERANCE
pub unsafe fn RateControlToleranceLimit_mut( &mut self ) -> &mut JOBOBJECT_RATE_CONTROL_TOLERANCE
pub unsafe fn CpuRateControlToleranceLimit( &self ) -> &JOBOBJECT_RATE_CONTROL_TOLERANCE
pub unsafe fn CpuRateControlToleranceLimit_mut( &mut self ) -> &mut JOBOBJECT_RATE_CONTROL_TOLERANCE
Trait Implementations§
source§impl Clone for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u3
impl Clone for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u3
source§fn clone(&self) -> JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u3
fn clone(&self) -> JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u3
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u3
impl Default for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u3
source§fn default() -> JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u3
fn default() -> JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u3
Returns the “default value” for a type. Read more