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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OutgoingBroadcastInfo
Source§impl Default for OutgoingBroadcastInfo
impl Default for OutgoingBroadcastInfo
Source§fn default() -> OutgoingBroadcastInfo
fn default() -> OutgoingBroadcastInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OutgoingBroadcastInfo
impl RefUnwindSafe for OutgoingBroadcastInfo
impl Send for OutgoingBroadcastInfo
impl Sync for OutgoingBroadcastInfo
impl Unpin for OutgoingBroadcastInfo
impl UnsafeUnpin for OutgoingBroadcastInfo
impl UnwindSafe for OutgoingBroadcastInfo
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