Struct mpeg2ts_reader::packet::AdaptationField[][src]

pub struct AdaptationField<'buf> { /* fields omitted */ }

A collection of fields that may optionally appear within the header of a transport stream Packet.

Methods

impl<'buf> AdaptationField<'buf>
[src]

Auto Trait Implementations

impl<'buf> Send for AdaptationField<'buf>

impl<'buf> Sync for AdaptationField<'buf>