Enum mpeg2ts_reader::packet::AdaptationFieldError [−][src]
pub enum AdaptationFieldError {
FieldNotPresent,
NotEnoughData,
SpliceTimestampError(TimestampError),
}Variants
FieldNotPresentNotEnoughDataSpliceTimestampError(TimestampError)
Trait Implementations
impl Debug for AdaptationFieldError[src]
impl Debug for AdaptationFieldErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for AdaptationFieldError[src]
impl PartialEq for AdaptationFieldErrorfn eq(&self, other: &AdaptationFieldError) -> bool[src]
fn eq(&self, other: &AdaptationFieldError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AdaptationFieldError) -> bool[src]
fn ne(&self, other: &AdaptationFieldError) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for AdaptationFieldError
impl Send for AdaptationFieldErrorimpl Sync for AdaptationFieldError
impl Sync for AdaptationFieldError