pub struct H265FragmentationUnitHeader(pub u8);
Expand description
H265FragmentationUnitHeader is a H265 FU Header +—————+ |0|1|2|3|4|5|6|7| +-+-+-+-+-+-+-+-+ |S|E| fu_type | +—————+
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Clone for H265FragmentationUnitHeader
impl Clone for H265FragmentationUnitHeader
Source§fn clone(&self) -> H265FragmentationUnitHeader
fn clone(&self) -> H265FragmentationUnitHeader
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 H265FragmentationUnitHeader
impl Debug for H265FragmentationUnitHeader
Source§impl Default for H265FragmentationUnitHeader
impl Default for H265FragmentationUnitHeader
Source§fn default() -> H265FragmentationUnitHeader
fn default() -> H265FragmentationUnitHeader
Returns the “default value” for a type. Read more
impl Copy for H265FragmentationUnitHeader
impl Eq for H265FragmentationUnitHeader
impl StructuralPartialEq for H265FragmentationUnitHeader
Auto Trait Implementations§
impl Freeze for H265FragmentationUnitHeader
impl RefUnwindSafe for H265FragmentationUnitHeader
impl Send for H265FragmentationUnitHeader
impl Sync for H265FragmentationUnitHeader
impl Unpin for H265FragmentationUnitHeader
impl UnwindSafe for H265FragmentationUnitHeader
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