#[repr(u32)]pub enum v4l2_mpeg_stream_type {
V4L2_MPEG_STREAM_TYPE_MPEG2_PS = 0,
V4L2_MPEG_STREAM_TYPE_MPEG2_TS = 1,
V4L2_MPEG_STREAM_TYPE_MPEG1_SS = 2,
V4L2_MPEG_STREAM_TYPE_MPEG2_DVD = 3,
V4L2_MPEG_STREAM_TYPE_MPEG1_VCD = 4,
V4L2_MPEG_STREAM_TYPE_MPEG2_SVCD = 5,
}
Variants§
V4L2_MPEG_STREAM_TYPE_MPEG2_PS = 0
V4L2_MPEG_STREAM_TYPE_MPEG2_TS = 1
V4L2_MPEG_STREAM_TYPE_MPEG1_SS = 2
V4L2_MPEG_STREAM_TYPE_MPEG2_DVD = 3
V4L2_MPEG_STREAM_TYPE_MPEG1_VCD = 4
V4L2_MPEG_STREAM_TYPE_MPEG2_SVCD = 5
Trait Implementations§
Source§impl Clone for v4l2_mpeg_stream_type
impl Clone for v4l2_mpeg_stream_type
Source§fn clone(&self) -> v4l2_mpeg_stream_type
fn clone(&self) -> v4l2_mpeg_stream_type
Returns a copy 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 v4l2_mpeg_stream_type
impl Debug for v4l2_mpeg_stream_type
Source§impl Hash for v4l2_mpeg_stream_type
impl Hash for v4l2_mpeg_stream_type
Source§impl PartialEq for v4l2_mpeg_stream_type
impl PartialEq for v4l2_mpeg_stream_type
impl Copy for v4l2_mpeg_stream_type
impl Eq for v4l2_mpeg_stream_type
impl StructuralPartialEq for v4l2_mpeg_stream_type
Auto Trait Implementations§
impl Freeze for v4l2_mpeg_stream_type
impl RefUnwindSafe for v4l2_mpeg_stream_type
impl Send for v4l2_mpeg_stream_type
impl Sync for v4l2_mpeg_stream_type
impl Unpin for v4l2_mpeg_stream_type
impl UnwindSafe for v4l2_mpeg_stream_type
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