Struct procfs::CpuPressure
source · pub struct CpuPressure {
pub some: PressureRecord,
}
Expand description
CPU pressure information
Fields§
§some: PressureRecord
Implementations§
source§impl CpuPressure
impl CpuPressure
sourcepub fn new() -> ProcResult<CpuPressure>
pub fn new() -> ProcResult<CpuPressure>
Get CPU pressure information
Trait Implementations§
source§impl Clone for CpuPressure
impl Clone for CpuPressure
source§fn clone(&self) -> CpuPressure
fn clone(&self) -> CpuPressure
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