#[repr(u32)]pub enum v4l2_mpeg_video_mpeg4_level {
V4L2_MPEG_VIDEO_MPEG4_LEVEL_0 = 0,
V4L2_MPEG_VIDEO_MPEG4_LEVEL_0B = 1,
V4L2_MPEG_VIDEO_MPEG4_LEVEL_1 = 2,
V4L2_MPEG_VIDEO_MPEG4_LEVEL_2 = 3,
V4L2_MPEG_VIDEO_MPEG4_LEVEL_3 = 4,
V4L2_MPEG_VIDEO_MPEG4_LEVEL_3B = 5,
V4L2_MPEG_VIDEO_MPEG4_LEVEL_4 = 6,
V4L2_MPEG_VIDEO_MPEG4_LEVEL_5 = 7,
}
Variants§
V4L2_MPEG_VIDEO_MPEG4_LEVEL_0 = 0
V4L2_MPEG_VIDEO_MPEG4_LEVEL_0B = 1
V4L2_MPEG_VIDEO_MPEG4_LEVEL_1 = 2
V4L2_MPEG_VIDEO_MPEG4_LEVEL_2 = 3
V4L2_MPEG_VIDEO_MPEG4_LEVEL_3 = 4
V4L2_MPEG_VIDEO_MPEG4_LEVEL_3B = 5
V4L2_MPEG_VIDEO_MPEG4_LEVEL_4 = 6
V4L2_MPEG_VIDEO_MPEG4_LEVEL_5 = 7
Trait Implementations§
Source§impl Clone for v4l2_mpeg_video_mpeg4_level
impl Clone for v4l2_mpeg_video_mpeg4_level
Source§fn clone(&self) -> v4l2_mpeg_video_mpeg4_level
fn clone(&self) -> v4l2_mpeg_video_mpeg4_level
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_video_mpeg4_level
impl Debug for v4l2_mpeg_video_mpeg4_level
Source§impl Hash for v4l2_mpeg_video_mpeg4_level
impl Hash for v4l2_mpeg_video_mpeg4_level
impl Copy for v4l2_mpeg_video_mpeg4_level
impl Eq for v4l2_mpeg_video_mpeg4_level
impl StructuralPartialEq for v4l2_mpeg_video_mpeg4_level
Auto Trait Implementations§
impl Freeze for v4l2_mpeg_video_mpeg4_level
impl RefUnwindSafe for v4l2_mpeg_video_mpeg4_level
impl Send for v4l2_mpeg_video_mpeg4_level
impl Sync for v4l2_mpeg_video_mpeg4_level
impl Unpin for v4l2_mpeg_video_mpeg4_level
impl UnwindSafe for v4l2_mpeg_video_mpeg4_level
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