[][src]Struct v4l2_sys::v4l2_pix_format_mplane

#[repr(C, packed)]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: __u32height: __u32pixelformat: __u32field: __u32colorspace: __u32plane_fmt: [v4l2_plane_pix_format; 8]num_planes: __u8flags: __u8__bindgen_anon_1: v4l2_pix_format_mplane__bindgen_ty_1quantization: __u8xfer_func: __u8reserved: [__u8; 7]

Trait Implementations

impl Clone for v4l2_pix_format_mplane[src]

impl Copy for v4l2_pix_format_mplane[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.