Struct cgroups_rs::cpu::Cpu [−][src]
pub struct Cpu { pub stat: String, }
Expand description
The current state of the control group and its processes.
Fields
stat: String
Reports CPU time statistics.
Corresponds the cpu.stat
file in cpu
control group.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Cpu
impl UnwindSafe for Cpu