#[repr(C)]pub struct v4l2_hevc_dpb_entry {
pub timestamp: __u64,
pub flags: __u8,
pub field_pic: __u8,
pub reserved: __u16,
pub pic_order_cnt_val: __s32,
}
Fields§
§timestamp: __u64
§flags: __u8
§field_pic: __u8
§reserved: __u16
§pic_order_cnt_val: __s32
Trait Implementations§
Source§impl Clone for v4l2_hevc_dpb_entry
impl Clone for v4l2_hevc_dpb_entry
Source§fn clone(&self) -> v4l2_hevc_dpb_entry
fn clone(&self) -> v4l2_hevc_dpb_entry
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_hevc_dpb_entry
impl Debug for v4l2_hevc_dpb_entry
impl Copy for v4l2_hevc_dpb_entry
Auto Trait Implementations§
impl Freeze for v4l2_hevc_dpb_entry
impl RefUnwindSafe for v4l2_hevc_dpb_entry
impl Send for v4l2_hevc_dpb_entry
impl Sync for v4l2_hevc_dpb_entry
impl Unpin for v4l2_hevc_dpb_entry
impl UnwindSafe for v4l2_hevc_dpb_entry
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