#[repr(u32)]pub enum v4l2_av1_segment_feature {
V4L2_AV1_SEG_LVL_ALT_Q = 0,
V4L2_AV1_SEG_LVL_ALT_LF_Y_V = 1,
V4L2_AV1_SEG_LVL_REF_FRAME = 5,
V4L2_AV1_SEG_LVL_REF_SKIP = 6,
V4L2_AV1_SEG_LVL_REF_GLOBALMV = 7,
V4L2_AV1_SEG_LVL_MAX = 8,
}
Variants§
V4L2_AV1_SEG_LVL_ALT_Q = 0
V4L2_AV1_SEG_LVL_ALT_LF_Y_V = 1
V4L2_AV1_SEG_LVL_REF_FRAME = 5
V4L2_AV1_SEG_LVL_REF_SKIP = 6
V4L2_AV1_SEG_LVL_REF_GLOBALMV = 7
V4L2_AV1_SEG_LVL_MAX = 8
Trait Implementations§
Source§impl Clone for v4l2_av1_segment_feature
impl Clone for v4l2_av1_segment_feature
Source§fn clone(&self) -> v4l2_av1_segment_feature
fn clone(&self) -> v4l2_av1_segment_feature
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_av1_segment_feature
impl Debug for v4l2_av1_segment_feature
Source§impl Hash for v4l2_av1_segment_feature
impl Hash for v4l2_av1_segment_feature
Source§impl PartialEq for v4l2_av1_segment_feature
impl PartialEq for v4l2_av1_segment_feature
impl Copy for v4l2_av1_segment_feature
impl Eq for v4l2_av1_segment_feature
impl StructuralPartialEq for v4l2_av1_segment_feature
Auto Trait Implementations§
impl Freeze for v4l2_av1_segment_feature
impl RefUnwindSafe for v4l2_av1_segment_feature
impl Send for v4l2_av1_segment_feature
impl Sync for v4l2_av1_segment_feature
impl Unpin for v4l2_av1_segment_feature
impl UnwindSafe for v4l2_av1_segment_feature
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