#[repr(C)]
pub union v4l2_format__bindgen_ty_1 {
pub pix: v4l2_pix_format,
pub pix_mp: v4l2_pix_format_mplane,
pub win: v4l2_window,
pub vbi: v4l2_vbi_format,
pub sliced: v4l2_sliced_vbi_format,
pub sdr: v4l2_sdr_format,
pub meta: v4l2_meta_format,
pub raw_data: [__u8; 200],
}
Fields§
§pix: v4l2_pix_format
§pix_mp: v4l2_pix_format_mplane
§win: v4l2_window
§vbi: v4l2_vbi_format
§sliced: v4l2_sliced_vbi_format
§sdr: v4l2_sdr_format
§meta: v4l2_meta_format
§raw_data: [__u8; 200]
Trait Implementations§
source§impl Clone for v4l2_format__bindgen_ty_1
impl Clone for v4l2_format__bindgen_ty_1
source§fn clone(&self) -> v4l2_format__bindgen_ty_1
fn clone(&self) -> v4l2_format__bindgen_ty_1
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 moreimpl Copy for v4l2_format__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for v4l2_format__bindgen_ty_1
impl RefUnwindSafe for v4l2_format__bindgen_ty_1
impl !Send for v4l2_format__bindgen_ty_1
impl !Sync for v4l2_format__bindgen_ty_1
impl Unpin for v4l2_format__bindgen_ty_1
impl UnwindSafe for v4l2_format__bindgen_ty_1
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