Struct linux_taskstats::ContextSwitches
source · Expand description
Statistics related to context switches
Fields§
§voluntary: u64
Count of voluntary context switches
non_voluntary: u64
Count of non-voluntary context switches
Trait Implementations§
source§impl Clone for ContextSwitches
impl Clone for ContextSwitches
source§fn clone(&self) -> ContextSwitches
fn clone(&self) -> ContextSwitches
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 more