#[repr(C)]
pub struct v4l2_ctrl_h264_sps {
Show 18 fields pub profile_idc: __u8, pub constraint_set_flags: __u8, pub level_idc: __u8, pub seq_parameter_set_id: __u8, pub chroma_format_idc: __u8, pub bit_depth_luma_minus8: __u8, pub bit_depth_chroma_minus8: __u8, pub log2_max_frame_num_minus4: __u8, pub pic_order_cnt_type: __u8, pub log2_max_pic_order_cnt_lsb_minus4: __u8, pub max_num_ref_frames: __u8, pub num_ref_frames_in_pic_order_cnt_cycle: __u8, pub offset_for_ref_frame: [__s32; 255], pub offset_for_non_ref_pic: __s32, pub offset_for_top_to_bottom_field: __s32, pub pic_width_in_mbs_minus1: __u16, pub pic_height_in_map_units_minus1: __u16, pub flags: __u32,
}

Fields§

§profile_idc: __u8§constraint_set_flags: __u8§level_idc: __u8§seq_parameter_set_id: __u8§chroma_format_idc: __u8§bit_depth_luma_minus8: __u8§bit_depth_chroma_minus8: __u8§log2_max_frame_num_minus4: __u8§pic_order_cnt_type: __u8§log2_max_pic_order_cnt_lsb_minus4: __u8§max_num_ref_frames: __u8§num_ref_frames_in_pic_order_cnt_cycle: __u8§offset_for_ref_frame: [__s32; 255]§offset_for_non_ref_pic: __s32§offset_for_top_to_bottom_field: __s32§pic_width_in_mbs_minus1: __u16§pic_height_in_map_units_minus1: __u16§flags: __u32

Trait Implementations§

source§

impl Clone for v4l2_ctrl_h264_sps

source§

fn clone(&self) -> v4l2_ctrl_h264_sps

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_h264_sps

source§

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

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

impl Copy for v4l2_ctrl_h264_sps

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. 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 Twhere 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 Twhere T: Clone,

§

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 Twhere U: Into<T>,

§

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 Twhere U: TryFrom<T>,

§

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.