Struct docker::stats::CpuStats [] [src]

pub struct CpuStats {
    pub cpu_usage: CpuUsage,
    pub system_cpu_usage: u64,
    pub throttling_data: ThrottlingData,
}

Fields

cpu_usage
system_cpu_usage
throttling_data

Trait Implementations

impl Clone for CpuStats

fn clone(&self) -> Self

fn clone_from(&mut self, source: &Self)

Derived Implementations

impl Decodable for CpuStats

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<CpuStats, __D::Error>

impl Encodable for CpuStats

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>