#[repr(C)]pub struct v4l2_ctrl_vp9_compressed_hdr {Show 16 fields
pub tx_mode: __u8,
pub tx8: [[__u8; 1]; 2],
pub tx16: [[__u8; 2]; 2],
pub tx32: [[__u8; 3]; 2],
pub coef: [[[[[[__u8; 3]; 6]; 6]; 2]; 2]; 4],
pub skip: [__u8; 3],
pub inter_mode: [[__u8; 3]; 7],
pub interp_filter: [[__u8; 2]; 4],
pub is_inter: [__u8; 4],
pub comp_mode: [__u8; 5],
pub single_ref: [[__u8; 2]; 5],
pub comp_ref: [__u8; 5],
pub y_mode: [[__u8; 9]; 4],
pub uv_mode: [[__u8; 9]; 10],
pub partition: [[__u8; 3]; 16],
pub mv: v4l2_vp9_mv_probs,
}
Fields§
§tx_mode: __u8
§tx8: [[__u8; 1]; 2]
§tx16: [[__u8; 2]; 2]
§tx32: [[__u8; 3]; 2]
§coef: [[[[[[__u8; 3]; 6]; 6]; 2]; 2]; 4]
§skip: [__u8; 3]
§inter_mode: [[__u8; 3]; 7]
§interp_filter: [[__u8; 2]; 4]
§is_inter: [__u8; 4]
§comp_mode: [__u8; 5]
§single_ref: [[__u8; 2]; 5]
§comp_ref: [__u8; 5]
§y_mode: [[__u8; 9]; 4]
§uv_mode: [[__u8; 9]; 10]
§partition: [[__u8; 3]; 16]
§mv: v4l2_vp9_mv_probs
Trait Implementations§
Source§impl Clone for v4l2_ctrl_vp9_compressed_hdr
impl Clone for v4l2_ctrl_vp9_compressed_hdr
Source§fn clone(&self) -> v4l2_ctrl_vp9_compressed_hdr
fn clone(&self) -> v4l2_ctrl_vp9_compressed_hdr
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_ctrl_vp9_compressed_hdr
impl Debug for v4l2_ctrl_vp9_compressed_hdr
impl Copy for v4l2_ctrl_vp9_compressed_hdr
Auto Trait Implementations§
impl Freeze for v4l2_ctrl_vp9_compressed_hdr
impl RefUnwindSafe for v4l2_ctrl_vp9_compressed_hdr
impl Send for v4l2_ctrl_vp9_compressed_hdr
impl Sync for v4l2_ctrl_vp9_compressed_hdr
impl Unpin for v4l2_ctrl_vp9_compressed_hdr
impl UnwindSafe for v4l2_ctrl_vp9_compressed_hdr
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