#[repr(C)]pub struct v4l2_ctrl_mpeg2_picture {
pub backward_ref_ts: __u64,
pub forward_ref_ts: __u64,
pub flags: __u32,
pub f_code: [[__u8; 2]; 2],
pub picture_coding_type: __u8,
pub picture_structure: __u8,
pub intra_dc_precision: __u8,
pub reserved: [__u8; 5],
}Fields§
§backward_ref_ts: __u64§forward_ref_ts: __u64§flags: __u32§f_code: [[__u8; 2]; 2]§picture_coding_type: __u8§picture_structure: __u8§intra_dc_precision: __u8§reserved: [__u8; 5]Trait Implementations§
Source§impl Clone for v4l2_ctrl_mpeg2_picture
impl Clone for v4l2_ctrl_mpeg2_picture
Source§fn clone(&self) -> v4l2_ctrl_mpeg2_picture
fn clone(&self) -> v4l2_ctrl_mpeg2_picture
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_ctrl_mpeg2_picture
impl Debug for v4l2_ctrl_mpeg2_picture
impl Copy for v4l2_ctrl_mpeg2_picture
Auto Trait Implementations§
impl Freeze for v4l2_ctrl_mpeg2_picture
impl RefUnwindSafe for v4l2_ctrl_mpeg2_picture
impl Send for v4l2_ctrl_mpeg2_picture
impl Sync for v4l2_ctrl_mpeg2_picture
impl Unpin for v4l2_ctrl_mpeg2_picture
impl UnwindSafe for v4l2_ctrl_mpeg2_picture
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