Type Alias av_data::packet::ArcPacket

source ·
pub type ArcPacket = Arc<Packet>;
Expand description

A specialized type for a thread-safe reference-counting pointer Packet.

Aliased Type§

struct ArcPacket { /* private fields */ }