Struct docker::stats::BlkioStat [] [src]

pub struct BlkioStat {
    pub major: u64,
    pub minor: u64,
    pub op: String,
    pub value: u64,
}

Fields

major
minor
op
value

Trait Implementations

impl Clone for BlkioStat

fn clone(&self) -> Self

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

Derived Implementations

impl Decodable for BlkioStat

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

impl Encodable for BlkioStat

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