pub enum NaluType {
Show 20 variants
Unknown,
Slice,
SliceDpa,
SliceDpb,
SliceDpc,
SliceIdr,
Sei,
Sps,
Pps,
AuDelimiter,
SeqEnd,
StreamEnd,
FillerData,
SpsExt,
PrefixUnit,
SubsetSps,
DepthSps,
SliceAux,
SliceExt,
SliceDepth,
}
Variants§
Unknown
Slice
SliceDpa
SliceDpb
SliceDpc
SliceIdr
Sei
Sps
Pps
AuDelimiter
SeqEnd
StreamEnd
FillerData
SpsExt
PrefixUnit
SubsetSps
DepthSps
SliceAux
SliceExt
SliceDepth
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NaluType
impl Send for NaluType
impl Sync for NaluType
impl Unpin for NaluType
impl UnwindSafe for NaluType
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