Struct nvidia_video_codec_sdk::sys::nvcuvid::_CUVIDPARSERDISPINFO
source · #[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 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 _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<_CUVIDPARSERDISPINFO> for _CUVIDPARSERDISPINFO
impl PartialEq<_CUVIDPARSERDISPINFO> for _CUVIDPARSERDISPINFO
source§fn eq(&self, other: &_CUVIDPARSERDISPINFO) -> bool
fn eq(&self, other: &_CUVIDPARSERDISPINFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_CUVIDPARSERDISPINFO> for _CUVIDPARSERDISPINFO
impl PartialOrd<_CUVIDPARSERDISPINFO> for _CUVIDPARSERDISPINFO
source§fn partial_cmp(&self, other: &_CUVIDPARSERDISPINFO) -> Option<Ordering>
fn partial_cmp(&self, other: &_CUVIDPARSERDISPINFO) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for _CUVIDPARSERDISPINFO
impl Eq for _CUVIDPARSERDISPINFO
impl StructuralEq for _CUVIDPARSERDISPINFO
impl StructuralPartialEq for _CUVIDPARSERDISPINFO
Auto Trait Implementations§
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