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