Enum h264_reader::nal::pps::ParamSetIdError
source · pub enum ParamSetIdError {
IdTooLarge(u32),
}Variants§
Trait Implementations§
source§impl Debug for ParamSetIdError
impl Debug for ParamSetIdError
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.
source§impl From<ParamSetIdError> for SliceHeaderError
impl From<ParamSetIdError> for SliceHeaderError
source§fn from(e: ParamSetIdError) -> Self
fn from(e: ParamSetIdError) -> Self
Converts to this type from the input type.
source§impl PartialEq for ParamSetIdError
impl PartialEq for ParamSetIdError
source§fn eq(&self, other: &ParamSetIdError) -> bool
fn eq(&self, other: &ParamSetIdError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ParamSetIdError
Auto Trait Implementations§
impl Freeze for ParamSetIdError
impl RefUnwindSafe for ParamSetIdError
impl Send for ParamSetIdError
impl Sync for ParamSetIdError
impl Unpin for ParamSetIdError
impl UnwindSafe for ParamSetIdError
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