Struct solana_streamer::streamer::StreamerReceiveStats
source · pub struct StreamerReceiveStats {
pub name: &'static str,
pub packets_count: AtomicUsize,
pub packet_batches_count: AtomicUsize,
pub full_packet_batches_count: AtomicUsize,
pub max_channel_len: AtomicUsize,
}
Fields§
§name: &'static str
§packets_count: AtomicUsize
§packet_batches_count: AtomicUsize
§full_packet_batches_count: AtomicUsize
§max_channel_len: AtomicUsize
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StreamerReceiveStats
impl Send for StreamerReceiveStats
impl Sync for StreamerReceiveStats
impl Unpin for StreamerReceiveStats
impl UnwindSafe for StreamerReceiveStats
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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