Enum h264_reader::nal::sei::buffering_period::BufferingPeriodError
source · pub enum BufferingPeriodError {
ReaderError(BitReaderError),
UndefinedSeqParamSetId(ParamSetId),
InvalidSeqParamSetId(ParamSetIdError),
}
Variants§
ReaderError(BitReaderError)
UndefinedSeqParamSetId(ParamSetId)
InvalidSeqParamSetId(ParamSetIdError)
Trait Implementations§
source§impl Debug for BufferingPeriodError
impl Debug for BufferingPeriodError
source§impl From<BitReaderError> for BufferingPeriodError
impl From<BitReaderError> for BufferingPeriodError
source§fn from(e: BitReaderError) -> Self
fn from(e: BitReaderError) -> Self
Converts to this type from the input type.
source§impl From<ParamSetIdError> for BufferingPeriodError
impl From<ParamSetIdError> for BufferingPeriodError
source§fn from(e: ParamSetIdError) -> Self
fn from(e: ParamSetIdError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BufferingPeriodError
impl !RefUnwindSafe for BufferingPeriodError
impl Send for BufferingPeriodError
impl Sync for BufferingPeriodError
impl Unpin for BufferingPeriodError
impl !UnwindSafe for BufferingPeriodError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more