Struct adts_reader::PayloadError [] [src]

pub struct PayloadError {
    pub expected: usize,
    pub actual: usize,
}

Error indicating that not enough data was provided to AdtsHeader to be able to extract the whole ADTS payload following the header fields.

Fields

Trait Implementations

impl Debug for PayloadError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PayloadError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.