Struct solana_perf::packet::Packets [−][src]
Fields
packets: PinnedVec<Packet>
Implementations
pub fn new_with_recycler_data(
recycler: &PacketsRecycler,
packets: Vec<Packet>
) -> Option<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