#[repr(C)]pub struct CUVIDPARSERDISPINFO {
pub picture_index: c_int,
pub progressive_frame: c_int,
pub top_field_first: c_int,
pub repeat_first_field: c_int,
pub timestamp: c_ulonglong,
}Expand description
Parser dispatch info for a decoded picture.
Fields§
§picture_index: c_int§progressive_frame: c_int§top_field_first: c_int§repeat_first_field: c_int§timestamp: c_ulonglongTrait Implementations§
Source§impl Clone for CUVIDPARSERDISPINFO
impl Clone for CUVIDPARSERDISPINFO
Source§fn clone(&self) -> CUVIDPARSERDISPINFO
fn clone(&self) -> CUVIDPARSERDISPINFO
Returns a duplicate 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 CUVIDPARSERDISPINFO
impl Debug for CUVIDPARSERDISPINFO
impl Copy for CUVIDPARSERDISPINFO
Auto Trait Implementations§
impl Freeze for CUVIDPARSERDISPINFO
impl RefUnwindSafe for CUVIDPARSERDISPINFO
impl Send for CUVIDPARSERDISPINFO
impl Sync for CUVIDPARSERDISPINFO
impl Unpin for CUVIDPARSERDISPINFO
impl UnsafeUnpin for CUVIDPARSERDISPINFO
impl UnwindSafe for CUVIDPARSERDISPINFO
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