pub struct CpuUsage {
pub average: ProcessorUsage,
pub processors: Vec<ProcessorUsage>,
}Expand description
Contains the average CPU usage and the discrete usage for each processor
Fields§
§average: ProcessorUsage§processors: Vec<ProcessorUsage>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CpuUsage
impl Send for CpuUsage
impl Sync for CpuUsage
impl Unpin for CpuUsage
impl UnwindSafe for CpuUsage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more