#[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 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 _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 for _CUVIDH264DPBENTRY
impl PartialEq for _CUVIDH264DPBENTRY
Source§impl PartialOrd for _CUVIDH264DPBENTRY
impl PartialOrd for _CUVIDH264DPBENTRY
impl Copy for _CUVIDH264DPBENTRY
impl Eq for _CUVIDH264DPBENTRY
impl StructuralPartialEq for _CUVIDH264DPBENTRY
Auto Trait Implementations§
impl Freeze for _CUVIDH264DPBENTRY
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