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