#[repr(C)]
pub union v4l2_ext_control__bindgen_ty_1 {
Show 19 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_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 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_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 § 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 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.