#[repr(u32)]pub enum v4l2_vp8_num_ref_frames {
V4L2_CID_MPEG_VIDEO_VPX_1_REF_FRAME = 0,
V4L2_CID_MPEG_VIDEO_VPX_2_REF_FRAME = 1,
V4L2_CID_MPEG_VIDEO_VPX_3_REF_FRAME = 2,
}
Variants§
V4L2_CID_MPEG_VIDEO_VPX_1_REF_FRAME = 0
V4L2_CID_MPEG_VIDEO_VPX_2_REF_FRAME = 1
V4L2_CID_MPEG_VIDEO_VPX_3_REF_FRAME = 2
Trait Implementations§
Source§impl Clone for v4l2_vp8_num_ref_frames
impl Clone for v4l2_vp8_num_ref_frames
Source§fn clone(&self) -> v4l2_vp8_num_ref_frames
fn clone(&self) -> v4l2_vp8_num_ref_frames
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_vp8_num_ref_frames
impl Debug for v4l2_vp8_num_ref_frames
Source§impl Hash for v4l2_vp8_num_ref_frames
impl Hash for v4l2_vp8_num_ref_frames
Source§impl PartialEq for v4l2_vp8_num_ref_frames
impl PartialEq for v4l2_vp8_num_ref_frames
impl Copy for v4l2_vp8_num_ref_frames
impl Eq for v4l2_vp8_num_ref_frames
impl StructuralPartialEq for v4l2_vp8_num_ref_frames
Auto Trait Implementations§
impl Freeze for v4l2_vp8_num_ref_frames
impl RefUnwindSafe for v4l2_vp8_num_ref_frames
impl Send for v4l2_vp8_num_ref_frames
impl Sync for v4l2_vp8_num_ref_frames
impl Unpin for v4l2_vp8_num_ref_frames
impl UnwindSafe for v4l2_vp8_num_ref_frames
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