#[repr(C)]pub struct v4l2_ctrl_h264_pps {
pub pic_parameter_set_id: __u8,
pub seq_parameter_set_id: __u8,
pub num_slice_groups_minus1: __u8,
pub num_ref_idx_l0_default_active_minus1: __u8,
pub num_ref_idx_l1_default_active_minus1: __u8,
pub weighted_bipred_idc: __u8,
pub pic_init_qp_minus26: __s8,
pub pic_init_qs_minus26: __s8,
pub chroma_qp_index_offset: __s8,
pub second_chroma_qp_index_offset: __s8,
pub flags: __u16,
}
Fields§
§pic_parameter_set_id: __u8
§seq_parameter_set_id: __u8
§num_slice_groups_minus1: __u8
§num_ref_idx_l0_default_active_minus1: __u8
§num_ref_idx_l1_default_active_minus1: __u8
§weighted_bipred_idc: __u8
§pic_init_qp_minus26: __s8
§pic_init_qs_minus26: __s8
§chroma_qp_index_offset: __s8
§second_chroma_qp_index_offset: __s8
§flags: __u16
Trait Implementations§
Source§impl Clone for v4l2_ctrl_h264_pps
impl Clone for v4l2_ctrl_h264_pps
Source§fn clone(&self) -> v4l2_ctrl_h264_pps
fn clone(&self) -> v4l2_ctrl_h264_pps
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_h264_pps
impl Debug for v4l2_ctrl_h264_pps
impl Copy for v4l2_ctrl_h264_pps
Auto Trait Implementations§
impl Freeze for v4l2_ctrl_h264_pps
impl RefUnwindSafe for v4l2_ctrl_h264_pps
impl Send for v4l2_ctrl_h264_pps
impl Sync for v4l2_ctrl_h264_pps
impl Unpin for v4l2_ctrl_h264_pps
impl UnwindSafe for v4l2_ctrl_h264_pps
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