#[repr(C)]pub struct 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_longlong
Trait Implementations§
impl Copy for Struct__virDomainInterfaceStats
Auto Trait Implementations§
impl Freeze for Struct__virDomainInterfaceStats
impl RefUnwindSafe for Struct__virDomainInterfaceStats
impl Send for Struct__virDomainInterfaceStats
impl Sync for Struct__virDomainInterfaceStats
impl Unpin for Struct__virDomainInterfaceStats
impl UnwindSafe for Struct__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