Struct v4l2_sys_mit::v4l2_bt_timings
source · #[repr(C, packed(1))]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: __u32
§height: __u32
§interlaced: __u32
§polarities: __u32
§pixelclock: __u64
§hfrontporch: __u32
§hsync: __u32
§hbackporch: __u32
§vfrontporch: __u32
§vsync: __u32
§vbackporch: __u32
§il_vfrontporch: __u32
§il_vsync: __u32
§il_vbackporch: __u32
§standards: __u32
§flags: __u32
§picture_aspect: v4l2_fract
§cea861_vic: __u8
§hdmi_vic: __u8
§reserved: [__u8; 46]
Trait Implementations§
source§impl Clone for v4l2_bt_timings
impl Clone for v4l2_bt_timings
source§fn clone(&self) -> v4l2_bt_timings
fn clone(&self) -> v4l2_bt_timings
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 moresource§impl Debug for v4l2_bt_timings
impl Debug for v4l2_bt_timings
impl Copy for v4l2_bt_timings
Auto Trait Implementations§
impl Freeze for v4l2_bt_timings
impl RefUnwindSafe for v4l2_bt_timings
impl Send for v4l2_bt_timings
impl Sync for v4l2_bt_timings
impl Unpin for v4l2_bt_timings
impl UnwindSafe for v4l2_bt_timings
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