pub enum NaluType {
Show 20 variants
Unknown = 0,
Slice = 1,
SliceDpa = 2,
SliceDpb = 3,
SliceDpc = 4,
SliceIdr = 5,
Sei = 6,
Sps = 7,
Pps = 8,
AuDelimiter = 9,
SeqEnd = 10,
StreamEnd = 11,
FillerData = 12,
SpsExt = 13,
PrefixUnit = 14,
SubsetSps = 15,
DepthSps = 16,
SliceAux = 19,
SliceExt = 20,
SliceDepth = 21,
}
Variants§
Unknown = 0
Slice = 1
SliceDpa = 2
SliceDpb = 3
SliceDpc = 4
SliceIdr = 5
Sei = 6
Sps = 7
Pps = 8
AuDelimiter = 9
SeqEnd = 10
StreamEnd = 11
FillerData = 12
SpsExt = 13
PrefixUnit = 14
SubsetSps = 15
DepthSps = 16
SliceAux = 19
SliceExt = 20
SliceDepth = 21
Trait Implementations§
impl Copy for NaluType
impl Eq for NaluType
impl StructuralPartialEq for NaluType
Auto Trait Implementations§
impl Freeze for NaluType
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