pub struct VmMetrics {
pub cpu: CpuMetrics,
pub memory: MemoryMetrics,
pub block: BlockMetrics,
pub filesystem: FilesystemMetrics,
}Expand description
Point-in-time VM metrics.
Fields§
§cpu: CpuMetricsCPU metrics.
memory: MemoryMetricsMemory metrics.
block: BlockMetricsBlock device metrics.
filesystem: FilesystemMetricsFilesystem metrics.
Trait Implementations§
impl Eq for VmMetrics
impl StructuralPartialEq for VmMetrics
Auto Trait Implementations§
impl Freeze for VmMetrics
impl RefUnwindSafe for VmMetrics
impl Send for VmMetrics
impl Sync for VmMetrics
impl Unpin for VmMetrics
impl UnsafeUnpin for VmMetrics
impl UnwindSafe for VmMetrics
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