pub enum NalUnitType {
}
Variants§
Unspecified
NonIdrSlice
DataPartitionA
DataPartitionB
DataPartitionC
IdrSlice
Sei
Sps
Pps
Aud
EndOfSeq
EndOfStream
Filler
SpsExt
Prefix
SubsetSps
DepthParameterSet
Reserved(u8)
UnspecifiedExt(u8)
Implementations§
Trait Implementations§
Source§impl Clone for NalUnitType
impl Clone for NalUnitType
Source§fn clone(&self) -> NalUnitType
fn clone(&self) -> NalUnitType
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 NalUnitType
impl Debug for NalUnitType
Source§impl From<u8> for NalUnitType
impl From<u8> for NalUnitType
Source§impl PartialEq for NalUnitType
impl PartialEq for NalUnitType
impl Copy for NalUnitType
impl Eq for NalUnitType
impl StructuralPartialEq for NalUnitType
Auto Trait Implementations§
impl Freeze for NalUnitType
impl RefUnwindSafe for NalUnitType
impl Send for NalUnitType
impl Sync for NalUnitType
impl Unpin for NalUnitType
impl UnwindSafe for NalUnitType
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