[][src]Struct v4l2_sys::v4l2_bt_timings

#[repr(C, packed)]pub struct v4l2_bt_timings {
    pub width: __u32,
    pub height: __u32,
    pub interlaced: __u32,
    pub polarities: __u32,
    pub pixelclock: __u64,
    pub hfrontporch: __u32,
    pub hsync: __u32,
    pub hbackporch: __u32,
    pub vfrontporch: __u32,
    pub vsync: __u32,
    pub vbackporch: __u32,
    pub il_vfrontporch: __u32,
    pub il_vsync: __u32,
    pub il_vbackporch: __u32,
    pub standards: __u32,
    pub flags: __u32,
    pub picture_aspect: v4l2_fract,
    pub cea861_vic: __u8,
    pub hdmi_vic: __u8,
    pub reserved: [__u8; 46],
}

Fields

width: __u32height: __u32interlaced: __u32polarities: __u32pixelclock: __u64hfrontporch: __u32hsync: __u32hbackporch: __u32vfrontporch: __u32vsync: __u32vbackporch: __u32il_vfrontporch: __u32il_vsync: __u32il_vbackporch: __u32standards: __u32flags: __u32picture_aspect: v4l2_fractcea861_vic: __u8hdmi_vic: __u8reserved: [__u8; 46]

Trait Implementations

impl Clone for v4l2_bt_timings[src]

impl Copy for v4l2_bt_timings[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.