v4l2_subdev::sys

Union v4l2_ext_control__bindgen_ty_1

Source
#[repr(C, packed(1))]
pub union v4l2_ext_control__bindgen_ty_1 {
Show 34 fields pub value: __s32, pub value64: __s64, pub string: *mut c_char, pub p_u8: *mut __u8, pub p_u16: *mut __u16, pub p_u32: *mut __u32, pub p_s32: *mut __s32, pub p_s64: *mut __s64, pub p_area: *mut v4l2_area, pub p_h264_sps: *mut v4l2_ctrl_h264_sps, pub p_h264_pps: *mut v4l2_ctrl_h264_pps, pub p_h264_scaling_matrix: *mut v4l2_ctrl_h264_scaling_matrix, pub p_h264_pred_weights: *mut v4l2_ctrl_h264_pred_weights, pub p_h264_slice_params: *mut v4l2_ctrl_h264_slice_params, pub p_h264_decode_params: *mut v4l2_ctrl_h264_decode_params, pub p_fwht_params: *mut v4l2_ctrl_fwht_params, pub p_vp8_frame: *mut v4l2_ctrl_vp8_frame, pub p_mpeg2_sequence: *mut v4l2_ctrl_mpeg2_sequence, pub p_mpeg2_picture: *mut v4l2_ctrl_mpeg2_picture, pub p_mpeg2_quantisation: *mut v4l2_ctrl_mpeg2_quantisation, pub p_vp9_compressed_hdr_probs: *mut v4l2_ctrl_vp9_compressed_hdr, pub p_vp9_frame: *mut v4l2_ctrl_vp9_frame, pub p_hevc_sps: *mut v4l2_ctrl_hevc_sps, pub p_hevc_pps: *mut v4l2_ctrl_hevc_pps, pub p_hevc_slice_params: *mut v4l2_ctrl_hevc_slice_params, pub p_hevc_scaling_matrix: *mut v4l2_ctrl_hevc_scaling_matrix, pub p_hevc_decode_params: *mut v4l2_ctrl_hevc_decode_params, pub p_av1_sequence: *mut v4l2_ctrl_av1_sequence, pub p_av1_tile_group_entry: *mut v4l2_ctrl_av1_tile_group_entry, pub p_av1_frame: *mut v4l2_ctrl_av1_frame, pub p_av1_film_grain: *mut v4l2_ctrl_av1_film_grain, pub p_hdr10_cll_info: *mut v4l2_ctrl_hdr10_cll_info, pub p_hdr10_mastering_display: *mut v4l2_ctrl_hdr10_mastering_display, pub ptr: *mut c_void,
}

Fields§

§value: __s32§value64: __s64§string: *mut c_char§p_u8: *mut __u8§p_u16: *mut __u16§p_u32: *mut __u32§p_s32: *mut __s32§p_s64: *mut __s64§p_area: *mut v4l2_area§p_h264_sps: *mut v4l2_ctrl_h264_sps§p_h264_pps: *mut v4l2_ctrl_h264_pps§p_h264_scaling_matrix: *mut v4l2_ctrl_h264_scaling_matrix§p_h264_pred_weights: *mut v4l2_ctrl_h264_pred_weights§p_h264_slice_params: *mut v4l2_ctrl_h264_slice_params§p_h264_decode_params: *mut v4l2_ctrl_h264_decode_params§p_fwht_params: *mut v4l2_ctrl_fwht_params§p_vp8_frame: *mut v4l2_ctrl_vp8_frame§p_mpeg2_sequence: *mut v4l2_ctrl_mpeg2_sequence§p_mpeg2_picture: *mut v4l2_ctrl_mpeg2_picture§p_mpeg2_quantisation: *mut v4l2_ctrl_mpeg2_quantisation§p_vp9_compressed_hdr_probs: *mut v4l2_ctrl_vp9_compressed_hdr§p_vp9_frame: *mut v4l2_ctrl_vp9_frame§p_hevc_sps: *mut v4l2_ctrl_hevc_sps§p_hevc_pps: *mut v4l2_ctrl_hevc_pps§p_hevc_slice_params: *mut v4l2_ctrl_hevc_slice_params§p_hevc_scaling_matrix: *mut v4l2_ctrl_hevc_scaling_matrix§p_hevc_decode_params: *mut v4l2_ctrl_hevc_decode_params§p_av1_sequence: *mut v4l2_ctrl_av1_sequence§p_av1_tile_group_entry: *mut v4l2_ctrl_av1_tile_group_entry§p_av1_frame: *mut v4l2_ctrl_av1_frame§p_av1_film_grain: *mut v4l2_ctrl_av1_film_grain§p_hdr10_cll_info: *mut v4l2_ctrl_hdr10_cll_info§p_hdr10_mastering_display: *mut v4l2_ctrl_hdr10_mastering_display§ptr: *mut c_void

Trait Implementations§

Source§

impl Clone for v4l2_ext_control__bindgen_ty_1

Source§

fn clone(&self) -> v4l2_ext_control__bindgen_ty_1

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 Copy for v4l2_ext_control__bindgen_ty_1

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.