Type Definition av_data::packet::ArcPacket

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

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