Struct everscale_network::overlay::OutgoingBroadcastInfo
source · pub struct OutgoingBroadcastInfo {
pub packets: u32,
pub recipient_count: usize,
}Expand description
Sent overlay broadcast info
Fields§
§packets: u32§recipient_count: usizeTrait Implementations§
source§impl Clone for OutgoingBroadcastInfo
impl Clone for OutgoingBroadcastInfo
source§fn clone(&self) -> OutgoingBroadcastInfo
fn clone(&self) -> OutgoingBroadcastInfo
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 Default for OutgoingBroadcastInfo
impl Default for OutgoingBroadcastInfo
source§fn default() -> OutgoingBroadcastInfo
fn default() -> OutgoingBroadcastInfo
Returns the “default value” for a type. Read more