#[repr(C, packed(1))]pub struct v4l2_pix_format_mplane {
pub width: __u32,
pub height: __u32,
pub pixelformat: __u32,
pub field: __u32,
pub colorspace: __u32,
pub plane_fmt: [v4l2_plane_pix_format; 8],
pub num_planes: __u8,
pub flags: __u8,
pub __bindgen_anon_1: v4l2_pix_format_mplane__bindgen_ty_1,
pub quantization: __u8,
pub xfer_func: __u8,
pub reserved: [__u8; 7],
}
Fields§
§width: __u32
§height: __u32
§pixelformat: __u32
§field: __u32
§colorspace: __u32
§plane_fmt: [v4l2_plane_pix_format; 8]
§num_planes: __u8
§flags: __u8
§__bindgen_anon_1: v4l2_pix_format_mplane__bindgen_ty_1
§quantization: __u8
§xfer_func: __u8
§reserved: [__u8; 7]
Trait Implementations§
Source§impl Clone for v4l2_pix_format_mplane
impl Clone for v4l2_pix_format_mplane
Source§fn clone(&self) -> v4l2_pix_format_mplane
fn clone(&self) -> v4l2_pix_format_mplane
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_pix_format_mplane
Auto Trait Implementations§
impl Freeze for v4l2_pix_format_mplane
impl RefUnwindSafe for v4l2_pix_format_mplane
impl Send for v4l2_pix_format_mplane
impl Sync for v4l2_pix_format_mplane
impl Unpin for v4l2_pix_format_mplane
impl UnwindSafe for v4l2_pix_format_mplane
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