pub struct H265AggregationUnitFirst { /* private fields */ }Expand description
Aggregation Packets implementation
H265AggregationUnitFirst represent the First Aggregation Unit in an AP.
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 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ : DONL (conditional) | NALU size | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | NALU size | | +-+-+-+-+-+-+-+-+ NAL unit | | | | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | : +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
§Specifications
Implementations§
Trait Implementations§
Source§impl Clone for H265AggregationUnitFirst
impl Clone for H265AggregationUnitFirst
Source§fn clone(&self) -> H265AggregationUnitFirst
fn clone(&self) -> H265AggregationUnitFirst
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for H265AggregationUnitFirst
impl Debug for H265AggregationUnitFirst
Source§impl Default for H265AggregationUnitFirst
impl Default for H265AggregationUnitFirst
Source§fn default() -> H265AggregationUnitFirst
fn default() -> H265AggregationUnitFirst
Returns the “default value” for a type. Read more
Source§impl PartialEq for H265AggregationUnitFirst
impl PartialEq for H265AggregationUnitFirst
impl Eq for H265AggregationUnitFirst
impl StructuralPartialEq for H265AggregationUnitFirst
Auto Trait Implementations§
impl !Freeze for H265AggregationUnitFirst
impl RefUnwindSafe for H265AggregationUnitFirst
impl Send for H265AggregationUnitFirst
impl Sync for H265AggregationUnitFirst
impl Unpin for H265AggregationUnitFirst
impl UnwindSafe for H265AggregationUnitFirst
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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