v4l2_subdev::sys

Struct v4l2_ctrl_hevc_pps

Source
#[repr(C)]
pub struct v4l2_ctrl_hevc_pps {
Show 17 fields pub pic_parameter_set_id: __u8, pub num_extra_slice_header_bits: __u8, pub num_ref_idx_l0_default_active_minus1: __u8, pub num_ref_idx_l1_default_active_minus1: __u8, pub init_qp_minus26: __s8, pub diff_cu_qp_delta_depth: __u8, pub pps_cb_qp_offset: __s8, pub pps_cr_qp_offset: __s8, pub num_tile_columns_minus1: __u8, pub num_tile_rows_minus1: __u8, pub column_width_minus1: [__u8; 20], pub row_height_minus1: [__u8; 22], pub pps_beta_offset_div2: __s8, pub pps_tc_offset_div2: __s8, pub log2_parallel_merge_level_minus2: __u8, pub reserved: __u8, pub flags: __u64,
}

Fields§

§pic_parameter_set_id: __u8§num_extra_slice_header_bits: __u8§num_ref_idx_l0_default_active_minus1: __u8§num_ref_idx_l1_default_active_minus1: __u8§init_qp_minus26: __s8§diff_cu_qp_delta_depth: __u8§pps_cb_qp_offset: __s8§pps_cr_qp_offset: __s8§num_tile_columns_minus1: __u8§num_tile_rows_minus1: __u8§column_width_minus1: [__u8; 20]§row_height_minus1: [__u8; 22]§pps_beta_offset_div2: __s8§pps_tc_offset_div2: __s8§log2_parallel_merge_level_minus2: __u8§reserved: __u8§flags: __u64

Trait Implementations§

Source§

impl Clone for v4l2_ctrl_hevc_pps

Source§

fn clone(&self) -> v4l2_ctrl_hevc_pps

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for v4l2_ctrl_hevc_pps

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for v4l2_ctrl_hevc_pps

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dst: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.