Struct solana_perf::packet::Packets [−][src]
Fields
packets: PinnedVec<Packet>
Implementations
pub fn new_unpinned_with_recycler(
recycler: PacketsRecycler,
size: usize,
name: &'static str
) -> Self
pub fn new_with_recycler_data(
recycler: &PacketsRecycler,
name: &'static str,
packets: Vec<Packet>
) -> Self
pub fn new_unpinned_with_recycler_data(
recycler: &PacketsRecycler,
name: &'static str,
packets: Vec<Packet>
) -> Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Packets
impl UnwindSafe for Packets
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V