Struct qapi_qga::GuestNetworkInterfaceStat[][src]

pub struct GuestNetworkInterfaceStat {
    pub rx_bytes: u64,
    pub rx_packets: u64,
    pub tx_packets: u64,
    pub tx_bytes: u64,
    pub tx_dropped: u64,
    pub rx_errs: u64,
    pub rx_dropped: u64,
    pub tx_errs: u64,
}

Fields

Trait Implementations

impl Debug for GuestNetworkInterfaceStat
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestNetworkInterfaceStat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestNetworkInterfaceStat

impl Sync for GuestNetworkInterfaceStat