Struct mpeg2ts_reader::descriptor::UnknownDescriptor[][src]

pub struct UnknownDescriptor<'buf> {
    pub tag: u8,
    pub payload: &'buf [u8],
}

Fields

Methods

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

Trait Implementations

impl<'buf> Debug for UnknownDescriptor<'buf>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'buf> Send for UnknownDescriptor<'buf>

impl<'buf> Sync for UnknownDescriptor<'buf>