#[repr(C, packed)]
pub struct v4l2_bt_timings {
Show 20 fields 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

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.