Struct h264_reader::nal::sei::buffering_period::BufferingPeriod
source · pub struct BufferingPeriod { /* private fields */ }
Implementations§
source§impl BufferingPeriod
impl BufferingPeriod
pub fn read( ctx: &Context, msg: &SeiMessage<'_> ) -> Result<BufferingPeriod, BufferingPeriodError>
Trait Implementations§
source§impl Debug for BufferingPeriod
impl Debug for BufferingPeriod
source§impl PartialEq for BufferingPeriod
impl PartialEq for BufferingPeriod
source§fn eq(&self, other: &BufferingPeriod) -> bool
fn eq(&self, other: &BufferingPeriod) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BufferingPeriod
impl StructuralPartialEq for BufferingPeriod
Auto Trait Implementations§
impl Freeze for BufferingPeriod
impl RefUnwindSafe for BufferingPeriod
impl Send for BufferingPeriod
impl Sync for BufferingPeriod
impl Unpin for BufferingPeriod
impl UnwindSafe for BufferingPeriod
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