Struct nvidia_video_codec_sdk::sys::cuviddec::_CUVIDH264DPBENTRY
source · #[repr(C)]pub struct _CUVIDH264DPBENTRY {
pub PicIdx: c_int,
pub FrameIdx: c_int,
pub is_long_term: c_int,
pub not_existing: c_int,
pub used_for_reference: c_int,
pub FieldOrderCnt: [c_int; 2],
}
Fields§
§PicIdx: c_int
§FrameIdx: c_int
§is_long_term: c_int
§not_existing: c_int
§used_for_reference: c_int
§FieldOrderCnt: [c_int; 2]
Trait Implementations§
source§impl Clone for _CUVIDH264DPBENTRY
impl Clone for _CUVIDH264DPBENTRY
source§fn clone(&self) -> _CUVIDH264DPBENTRY
fn clone(&self) -> _CUVIDH264DPBENTRY
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 _CUVIDH264DPBENTRY
impl Debug for _CUVIDH264DPBENTRY
source§impl Default for _CUVIDH264DPBENTRY
impl Default for _CUVIDH264DPBENTRY
source§fn default() -> _CUVIDH264DPBENTRY
fn default() -> _CUVIDH264DPBENTRY
Returns the “default value” for a type. Read more
source§impl Hash for _CUVIDH264DPBENTRY
impl Hash for _CUVIDH264DPBENTRY
source§impl Ord for _CUVIDH264DPBENTRY
impl Ord for _CUVIDH264DPBENTRY
source§fn cmp(&self, other: &_CUVIDH264DPBENTRY) -> Ordering
fn cmp(&self, other: &_CUVIDH264DPBENTRY) -> 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<_CUVIDH264DPBENTRY> for _CUVIDH264DPBENTRY
impl PartialEq<_CUVIDH264DPBENTRY> for _CUVIDH264DPBENTRY
source§fn eq(&self, other: &_CUVIDH264DPBENTRY) -> bool
fn eq(&self, other: &_CUVIDH264DPBENTRY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_CUVIDH264DPBENTRY> for _CUVIDH264DPBENTRY
impl PartialOrd<_CUVIDH264DPBENTRY> for _CUVIDH264DPBENTRY
source§fn partial_cmp(&self, other: &_CUVIDH264DPBENTRY) -> Option<Ordering>
fn partial_cmp(&self, other: &_CUVIDH264DPBENTRY) -> 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 _CUVIDH264DPBENTRY
impl Eq for _CUVIDH264DPBENTRY
impl StructuralEq for _CUVIDH264DPBENTRY
impl StructuralPartialEq for _CUVIDH264DPBENTRY
Auto Trait Implementations§
impl RefUnwindSafe for _CUVIDH264DPBENTRY
impl Send for _CUVIDH264DPBENTRY
impl Sync for _CUVIDH264DPBENTRY
impl Unpin for _CUVIDH264DPBENTRY
impl UnwindSafe for _CUVIDH264DPBENTRY
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