#[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: CUvideotimestamp,
}
Fields§
§picture_index: c_int
§progressive_frame: c_int
§top_field_first: c_int
§repeat_first_field: c_int
§timestamp: CUvideotimestamp
Trait 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
Source§impl Default for _CUVIDPARSERDISPINFO
impl Default for _CUVIDPARSERDISPINFO
Source§fn default() -> _CUVIDPARSERDISPINFO
fn default() -> _CUVIDPARSERDISPINFO
Returns the “default value” for a type. Read more
Source§impl Hash for _CUVIDPARSERDISPINFO
impl Hash for _CUVIDPARSERDISPINFO
Source§impl Ord for _CUVIDPARSERDISPINFO
impl Ord for _CUVIDPARSERDISPINFO
Source§fn cmp(&self, other: &_CUVIDPARSERDISPINFO) -> Ordering
fn cmp(&self, other: &_CUVIDPARSERDISPINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _CUVIDPARSERDISPINFO
impl PartialEq for _CUVIDPARSERDISPINFO
Source§impl PartialOrd for _CUVIDPARSERDISPINFO
impl PartialOrd for _CUVIDPARSERDISPINFO
impl Copy for _CUVIDPARSERDISPINFO
impl Eq for _CUVIDPARSERDISPINFO
impl StructuralPartialEq 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 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