Enum mpeg2ts_reader::pes::TimestampError
[−]
[src]
pub enum TimestampError {
IncorrectPrefixBits {
expected: u8,
actual: u8,
},
MarkerBitNotSet {
bit_number: u8,
},
}Detail about the formatting problem which prevented a Timestamp
value being parsed.
Variants
IncorrectPrefixBitsFields of IncorrectPrefixBits
expected: u8 | |
actual: u8 |
MarkerBitNotSetFields of MarkerBitNotSet
bit_number: u8 |
Trait Implementations
impl PartialEq for TimestampError[src]
fn eq(&self, __arg_0: &TimestampError) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TimestampError) -> bool[src]
This method tests for !=.