pub struct AckSummary {
pub sent: usize,
pub acks: usize,
}Expand description
Summary of the broadcast performed by send_action.
Fields§
§sent: usizeNumber of GVCP datagrams transmitted.
acks: usizeNumber of distinct acknowledgement sources observed.
Trait Implementations§
Source§impl Clone for AckSummary
impl Clone for AckSummary
Source§fn clone(&self) -> AckSummary
fn clone(&self) -> AckSummary
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 AckSummary
impl Debug for AckSummary
Source§impl Default for AckSummary
impl Default for AckSummary
Source§fn default() -> AckSummary
fn default() -> AckSummary
Returns the “default value” for a type. Read more
Source§impl PartialEq for AckSummary
impl PartialEq for AckSummary
impl Copy for AckSummary
impl Eq for AckSummary
impl StructuralPartialEq for AckSummary
Auto Trait Implementations§
impl Freeze for AckSummary
impl RefUnwindSafe for AckSummary
impl Send for AckSummary
impl Sync for AckSummary
impl Unpin for AckSummary
impl UnwindSafe for AckSummary
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