pub struct H265AggregationUnit { /* private fields */ }Expand description
H265AggregationUnit represent the an Aggregation Unit in an AP, which is not the first one.
0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ : DOND (cond) | NALU size | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | | NAL unit | | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | : +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Reference: https://datatracker.ietf.org/doc/html/rfc7798#section-4.4.2
Implementations
Trait Implementations
sourceimpl Clone for H265AggregationUnit
impl Clone for H265AggregationUnit
sourcefn clone(&self) -> H265AggregationUnit
fn clone(&self) -> H265AggregationUnit
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for H265AggregationUnit
impl Debug for H265AggregationUnit
sourceimpl Default for H265AggregationUnit
impl Default for H265AggregationUnit
sourcefn default() -> H265AggregationUnit
fn default() -> H265AggregationUnit
Returns the “default value” for a type. Read more
sourceimpl PartialEq<H265AggregationUnit> for H265AggregationUnit
impl PartialEq<H265AggregationUnit> for H265AggregationUnit
sourcefn eq(&self, other: &H265AggregationUnit) -> bool
fn eq(&self, other: &H265AggregationUnit) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for H265AggregationUnit
impl StructuralEq for H265AggregationUnit
impl StructuralPartialEq for H265AggregationUnit
Auto Trait Implementations
impl RefUnwindSafe for H265AggregationUnit
impl Send for H265AggregationUnit
impl Sync for H265AggregationUnit
impl Unpin for H265AggregationUnit
impl UnwindSafe for H265AggregationUnit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more