Struct nvidia_video_codec_sdk::sys::cuviddec::_CUVIDMPEG2PICPARAMS
source · #[repr(C)]pub struct _CUVIDMPEG2PICPARAMS {Show 15 fields
pub ForwardRefIdx: c_int,
pub BackwardRefIdx: c_int,
pub picture_coding_type: c_int,
pub full_pel_forward_vector: c_int,
pub full_pel_backward_vector: c_int,
pub f_code: [[c_int; 2]; 2],
pub intra_dc_precision: c_int,
pub frame_pred_frame_dct: c_int,
pub concealment_motion_vectors: c_int,
pub q_scale_type: c_int,
pub intra_vlc_format: c_int,
pub alternate_scan: c_int,
pub top_field_first: c_int,
pub QuantMatrixIntra: [c_uchar; 64],
pub QuantMatrixInter: [c_uchar; 64],
}
Fields§
§ForwardRefIdx: c_int
§BackwardRefIdx: c_int
§picture_coding_type: c_int
§full_pel_forward_vector: c_int
§full_pel_backward_vector: c_int
§f_code: [[c_int; 2]; 2]
§intra_dc_precision: c_int
§frame_pred_frame_dct: c_int
§concealment_motion_vectors: c_int
§q_scale_type: c_int
§intra_vlc_format: c_int
§alternate_scan: c_int
§top_field_first: c_int
§QuantMatrixIntra: [c_uchar; 64]
§QuantMatrixInter: [c_uchar; 64]
Trait Implementations§
source§impl Clone for _CUVIDMPEG2PICPARAMS
impl Clone for _CUVIDMPEG2PICPARAMS
source§fn clone(&self) -> _CUVIDMPEG2PICPARAMS
fn clone(&self) -> _CUVIDMPEG2PICPARAMS
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 _CUVIDMPEG2PICPARAMS
impl Debug for _CUVIDMPEG2PICPARAMS
source§impl Default for _CUVIDMPEG2PICPARAMS
impl Default for _CUVIDMPEG2PICPARAMS
source§impl Hash for _CUVIDMPEG2PICPARAMS
impl Hash for _CUVIDMPEG2PICPARAMS
source§impl Ord for _CUVIDMPEG2PICPARAMS
impl Ord for _CUVIDMPEG2PICPARAMS
source§fn cmp(&self, other: &_CUVIDMPEG2PICPARAMS) -> Ordering
fn cmp(&self, other: &_CUVIDMPEG2PICPARAMS) -> 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<_CUVIDMPEG2PICPARAMS> for _CUVIDMPEG2PICPARAMS
impl PartialEq<_CUVIDMPEG2PICPARAMS> for _CUVIDMPEG2PICPARAMS
source§fn eq(&self, other: &_CUVIDMPEG2PICPARAMS) -> bool
fn eq(&self, other: &_CUVIDMPEG2PICPARAMS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_CUVIDMPEG2PICPARAMS> for _CUVIDMPEG2PICPARAMS
impl PartialOrd<_CUVIDMPEG2PICPARAMS> for _CUVIDMPEG2PICPARAMS
source§fn partial_cmp(&self, other: &_CUVIDMPEG2PICPARAMS) -> Option<Ordering>
fn partial_cmp(&self, other: &_CUVIDMPEG2PICPARAMS) -> 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 _CUVIDMPEG2PICPARAMS
impl Eq for _CUVIDMPEG2PICPARAMS
impl StructuralEq for _CUVIDMPEG2PICPARAMS
impl StructuralPartialEq for _CUVIDMPEG2PICPARAMS
Auto Trait Implementations§
impl RefUnwindSafe for _CUVIDMPEG2PICPARAMS
impl Send for _CUVIDMPEG2PICPARAMS
impl Sync for _CUVIDMPEG2PICPARAMS
impl Unpin for _CUVIDMPEG2PICPARAMS
impl UnwindSafe for _CUVIDMPEG2PICPARAMS
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