#[repr(u32)]pub enum v4l2_mpeg_video_mpeg4_profile {
V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE = 0,
V4L2_MPEG_VIDEO_MPEG4_PROFILE_ADVANCED_SIMPLE = 1,
V4L2_MPEG_VIDEO_MPEG4_PROFILE_CORE = 2,
V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE_SCALABLE = 3,
V4L2_MPEG_VIDEO_MPEG4_PROFILE_ADVANCED_CODING_EFFICIENCY = 4,
}
Variants§
V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE = 0
V4L2_MPEG_VIDEO_MPEG4_PROFILE_ADVANCED_SIMPLE = 1
V4L2_MPEG_VIDEO_MPEG4_PROFILE_CORE = 2
V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE_SCALABLE = 3
V4L2_MPEG_VIDEO_MPEG4_PROFILE_ADVANCED_CODING_EFFICIENCY = 4
Trait Implementations§
Source§impl Clone for v4l2_mpeg_video_mpeg4_profile
impl Clone for v4l2_mpeg_video_mpeg4_profile
Source§fn clone(&self) -> v4l2_mpeg_video_mpeg4_profile
fn clone(&self) -> v4l2_mpeg_video_mpeg4_profile
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 Hash for v4l2_mpeg_video_mpeg4_profile
impl Hash for v4l2_mpeg_video_mpeg4_profile
Source§impl PartialEq for v4l2_mpeg_video_mpeg4_profile
impl PartialEq for v4l2_mpeg_video_mpeg4_profile
Source§fn eq(&self, other: &v4l2_mpeg_video_mpeg4_profile) -> bool
fn eq(&self, other: &v4l2_mpeg_video_mpeg4_profile) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for v4l2_mpeg_video_mpeg4_profile
impl Eq for v4l2_mpeg_video_mpeg4_profile
impl StructuralPartialEq for v4l2_mpeg_video_mpeg4_profile
Auto Trait Implementations§
impl Freeze for v4l2_mpeg_video_mpeg4_profile
impl RefUnwindSafe for v4l2_mpeg_video_mpeg4_profile
impl Send for v4l2_mpeg_video_mpeg4_profile
impl Sync for v4l2_mpeg_video_mpeg4_profile
impl Unpin for v4l2_mpeg_video_mpeg4_profile
impl UnwindSafe for v4l2_mpeg_video_mpeg4_profile
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