Enum adts_reader::AdtsHeaderError [] [src]

pub enum AdtsHeaderError {
    BadSyncWord(u16),
    NotEnoughData {
        expected: usize,
        actual: usize,
    },
}

Variants

Indicates that the given buffer did not start with the required sequence of 12 '1'-bits (0xfff).

Fields of NotEnoughData

Trait Implementations

impl Debug for AdtsHeaderError
[src]

[src]

Formats the value using the given formatter.