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]
impl PartialEq for TimestampErrorfn eq(&self, other: &TimestampError) -> bool[src]
fn eq(&self, other: &TimestampError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TimestampError) -> bool[src]
fn ne(&self, other: &TimestampError) -> boolThis method tests for !=.
impl Debug for TimestampError[src]
impl Debug for TimestampErrorAuto Trait Implementations
impl Send for TimestampError
impl Send for TimestampErrorimpl Sync for TimestampError
impl Sync for TimestampError