#[repr(u32)]pub enum dmx_ts_pes {
Show 21 variants
DMX_PES_AUDIO0 = 0,
DMX_PES_VIDEO0 = 1,
DMX_PES_TELETEXT0 = 2,
DMX_PES_SUBTITLE0 = 3,
DMX_PES_PCR0 = 4,
DMX_PES_AUDIO1 = 5,
DMX_PES_VIDEO1 = 6,
DMX_PES_TELETEXT1 = 7,
DMX_PES_SUBTITLE1 = 8,
DMX_PES_PCR1 = 9,
DMX_PES_AUDIO2 = 10,
DMX_PES_VIDEO2 = 11,
DMX_PES_TELETEXT2 = 12,
DMX_PES_SUBTITLE2 = 13,
DMX_PES_PCR2 = 14,
DMX_PES_AUDIO3 = 15,
DMX_PES_VIDEO3 = 16,
DMX_PES_TELETEXT3 = 17,
DMX_PES_SUBTITLE3 = 18,
DMX_PES_PCR3 = 19,
DMX_PES_OTHER = 20,
}Variants§
DMX_PES_AUDIO0 = 0
DMX_PES_VIDEO0 = 1
DMX_PES_TELETEXT0 = 2
DMX_PES_SUBTITLE0 = 3
DMX_PES_PCR0 = 4
DMX_PES_AUDIO1 = 5
DMX_PES_VIDEO1 = 6
DMX_PES_TELETEXT1 = 7
DMX_PES_SUBTITLE1 = 8
DMX_PES_PCR1 = 9
DMX_PES_AUDIO2 = 10
DMX_PES_VIDEO2 = 11
DMX_PES_TELETEXT2 = 12
DMX_PES_SUBTITLE2 = 13
DMX_PES_PCR2 = 14
DMX_PES_AUDIO3 = 15
DMX_PES_VIDEO3 = 16
DMX_PES_TELETEXT3 = 17
DMX_PES_SUBTITLE3 = 18
DMX_PES_PCR3 = 19
DMX_PES_OTHER = 20
Trait Implementations§
Source§impl Clone for dmx_ts_pes
impl Clone for dmx_ts_pes
Source§fn clone(&self) -> dmx_ts_pes
fn clone(&self) -> dmx_ts_pes
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 dmx_ts_pes
impl Debug for dmx_ts_pes
Source§impl Hash for dmx_ts_pes
impl Hash for dmx_ts_pes
Source§impl PartialEq for dmx_ts_pes
impl PartialEq for dmx_ts_pes
impl Copy for dmx_ts_pes
impl Eq for dmx_ts_pes
impl StructuralPartialEq for dmx_ts_pes
Auto Trait Implementations§
impl Freeze for dmx_ts_pes
impl RefUnwindSafe for dmx_ts_pes
impl Send for dmx_ts_pes
impl Sync for dmx_ts_pes
impl Unpin for dmx_ts_pes
impl UnwindSafe for dmx_ts_pes
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