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
rx_bytes: u64
rx_packets: u64
tx_packets: u64
tx_bytes: u64
tx_dropped: u64
rx_errs: u64
rx_dropped: u64
tx_errs: u64
Trait Implementations
impl Debug for GuestNetworkInterfaceStat
[src]
impl Debug for GuestNetworkInterfaceStat
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for GuestNetworkInterfaceStat
[src]
impl Clone for GuestNetworkInterfaceStat
fn clone(&self) -> GuestNetworkInterfaceStat
[src]
fn clone(&self) -> GuestNetworkInterfaceStat
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for GuestNetworkInterfaceStat
impl Send for GuestNetworkInterfaceStat
impl Sync for GuestNetworkInterfaceStat
impl Sync for GuestNetworkInterfaceStat