Struct everscale_network::overlay::OutgoingBroadcastInfo
source · [−]Expand description
Sent overlay broadcast info
Fields
packets: u32recipient_count: usizeTrait Implementations
sourceimpl Clone for OutgoingBroadcastInfo
impl Clone for OutgoingBroadcastInfo
sourcefn clone(&self) -> OutgoingBroadcastInfo
fn clone(&self) -> OutgoingBroadcastInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for OutgoingBroadcastInfo
impl Default for OutgoingBroadcastInfo
sourcefn default() -> OutgoingBroadcastInfo
fn default() -> OutgoingBroadcastInfo
Returns the “default value” for a type. Read more
impl Copy for OutgoingBroadcastInfo
Auto Trait Implementations
impl RefUnwindSafe for OutgoingBroadcastInfo
impl Send for OutgoingBroadcastInfo
impl Sync for OutgoingBroadcastInfo
impl Unpin for OutgoingBroadcastInfo
impl UnwindSafe for OutgoingBroadcastInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more