Struct rtp::codecs::h265::H265FragmentationUnitHeader [−][src]
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: u8Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for H265FragmentationUnitHeader
impl Send for H265FragmentationUnitHeader
impl Sync for H265FragmentationUnitHeader
impl Unpin for H265FragmentationUnitHeader
impl UnwindSafe for H265FragmentationUnitHeader
Blanket Implementations
Mutably borrows from an owned value. Read more
