#[repr(C)]pub struct JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u2(_);
Implementations§
source§impl JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u2
impl JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u2
pub unsafe fn RateControlTolerance(&self) -> &JOBOBJECT_RATE_CONTROL_TOLERANCE
pub unsafe fn RateControlTolerance_mut( &mut self ) -> &mut JOBOBJECT_RATE_CONTROL_TOLERANCE
pub unsafe fn CpuRateControlTolerance( &self ) -> &JOBOBJECT_RATE_CONTROL_TOLERANCE
pub unsafe fn CpuRateControlTolerance_mut( &mut self ) -> &mut JOBOBJECT_RATE_CONTROL_TOLERANCE
Trait Implementations§
source§impl Clone for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u2
impl Clone for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u2
source§fn clone(&self) -> JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u2
fn clone(&self) -> JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u2
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_u2
impl Default for JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u2
source§fn default() -> JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u2
fn default() -> JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2_u2
Returns the “default value” for a type. Read more