#[repr(C)]pub struct _virDomainInterfaceStats {
pub rx_bytes: c_longlong,
pub rx_packets: c_longlong,
pub rx_errs: c_longlong,
pub rx_drop: c_longlong,
pub tx_bytes: c_longlong,
pub tx_packets: c_longlong,
pub tx_errs: c_longlong,
pub tx_drop: c_longlong,
}Fields§
§rx_bytes: c_longlong§rx_packets: c_longlong§rx_errs: c_longlong§rx_drop: c_longlong§tx_bytes: c_longlong§tx_packets: c_longlong§tx_errs: c_longlong§tx_drop: c_longlongTrait Implementations§
Source§impl Clone for _virDomainInterfaceStats
impl Clone for _virDomainInterfaceStats
Source§fn clone(&self) -> _virDomainInterfaceStats
fn clone(&self) -> _virDomainInterfaceStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _virDomainInterfaceStats
impl Debug for _virDomainInterfaceStats
impl Copy for _virDomainInterfaceStats
Auto Trait Implementations§
impl Freeze for _virDomainInterfaceStats
impl RefUnwindSafe for _virDomainInterfaceStats
impl Send for _virDomainInterfaceStats
impl Sync for _virDomainInterfaceStats
impl Unpin for _virDomainInterfaceStats
impl UnwindSafe for _virDomainInterfaceStats
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more