Struct qapi_qga::GuestNetworkInterfaceStat
[−]
[src]
pub struct GuestNetworkInterfaceStat { pub rx_bytes: u64, pub tx_packets: u64, pub rx_packets: u64, pub tx_dropped: u64, pub rx_errs: u64, pub tx_bytes: u64, pub rx_dropped: u64, pub tx_errs: u64, }
Fields
rx_bytes: u64
tx_packets: u64
rx_packets: u64
tx_dropped: u64
rx_errs: u64
tx_bytes: u64
rx_dropped: u64
tx_errs: u64
Trait Implementations
impl Debug for GuestNetworkInterfaceStat
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for GuestNetworkInterfaceStat
[src]
fn clone(&self) -> GuestNetworkInterfaceStat
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more