#[repr(u8)]pub enum NaluType {
Unspecified = 0,
Slice = 1,
SliceA = 2,
SliceB = 3,
SliceC = 4,
SliceIDR = 5,
SEI = 6,
SPS = 7,
PPS = 8,
AUD = 9,
EOSeq = 10,
EOStream = 11,
}Variants§
Unspecified = 0
Slice = 1
SliceA = 2
SliceB = 3
SliceC = 4
SliceIDR = 5
SEI = 6
SPS = 7
PPS = 8
AUD = 9
EOSeq = 10
EOStream = 11
Implementations§
Trait Implementations§
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