pub struct remote_domain_interface_stats_ret {
pub rx_bytes: i64,
pub rx_packets: i64,
pub rx_errs: i64,
pub rx_drop: i64,
pub tx_bytes: i64,
pub tx_packets: i64,
pub tx_errs: i64,
pub tx_drop: i64,
}
Fields§
§rx_bytes: i64
§rx_packets: i64
§rx_errs: i64
§rx_drop: i64
§tx_bytes: i64
§tx_packets: i64
§tx_errs: i64
§tx_drop: i64
Trait Implementations§
Source§impl Clone for remote_domain_interface_stats_ret
impl Clone for remote_domain_interface_stats_ret
Source§fn clone(&self) -> remote_domain_interface_stats_ret
fn clone(&self) -> remote_domain_interface_stats_ret
Returns a copy 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<Out: Write> Pack<Out> for remote_domain_interface_stats_ret
impl<Out: Write> Pack<Out> for remote_domain_interface_stats_ret
Source§impl PartialEq for remote_domain_interface_stats_ret
impl PartialEq for remote_domain_interface_stats_ret
Source§fn eq(&self, other: &remote_domain_interface_stats_ret) -> bool
fn eq(&self, other: &remote_domain_interface_stats_ret) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<In: Read> Unpack<In> for remote_domain_interface_stats_ret
impl<In: Read> Unpack<In> for remote_domain_interface_stats_ret
impl Copy for remote_domain_interface_stats_ret
impl Eq for remote_domain_interface_stats_ret
impl StructuralPartialEq for remote_domain_interface_stats_ret
Auto Trait Implementations§
impl Freeze for remote_domain_interface_stats_ret
impl RefUnwindSafe for remote_domain_interface_stats_ret
impl Send for remote_domain_interface_stats_ret
impl Sync for remote_domain_interface_stats_ret
impl Unpin for remote_domain_interface_stats_ret
impl UnwindSafe for remote_domain_interface_stats_ret
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