Struct nvidia_video_codec_sdk::sys::cuviddec::_CUVIDVC1PICPARAMS
source · #[repr(C)]pub struct _CUVIDVC1PICPARAMS {Show 33 fields
pub ForwardRefIdx: c_int,
pub BackwardRefIdx: c_int,
pub FrameWidth: c_int,
pub FrameHeight: c_int,
pub intra_pic_flag: c_int,
pub ref_pic_flag: c_int,
pub progressive_fcm: c_int,
pub profile: c_int,
pub postprocflag: c_int,
pub pulldown: c_int,
pub interlace: c_int,
pub tfcntrflag: c_int,
pub finterpflag: c_int,
pub psf: c_int,
pub multires: c_int,
pub syncmarker: c_int,
pub rangered: c_int,
pub maxbframes: c_int,
pub panscan_flag: c_int,
pub refdist_flag: c_int,
pub extended_mv: c_int,
pub dquant: c_int,
pub vstransform: c_int,
pub loopfilter: c_int,
pub fastuvmc: c_int,
pub overlap: c_int,
pub quantizer: c_int,
pub extended_dmv: c_int,
pub range_mapy_flag: c_int,
pub range_mapy: c_int,
pub range_mapuv_flag: c_int,
pub range_mapuv: c_int,
pub rangeredfrm: c_int,
}
Fields§
§ForwardRefIdx: c_int
§BackwardRefIdx: c_int
§FrameWidth: c_int
§FrameHeight: c_int
§intra_pic_flag: c_int
§ref_pic_flag: c_int
§progressive_fcm: c_int
§profile: c_int
§postprocflag: c_int
§pulldown: c_int
§interlace: c_int
§tfcntrflag: c_int
§finterpflag: c_int
§psf: c_int
§multires: c_int
§syncmarker: c_int
§rangered: c_int
§maxbframes: c_int
§panscan_flag: c_int
§refdist_flag: c_int
§extended_mv: c_int
§dquant: c_int
§vstransform: c_int
§loopfilter: c_int
§fastuvmc: c_int
§overlap: c_int
§quantizer: c_int
§extended_dmv: c_int
§range_mapy_flag: c_int
§range_mapy: c_int
§range_mapuv_flag: c_int
§range_mapuv: c_int
§rangeredfrm: c_int
Trait Implementations§
source§impl Clone for _CUVIDVC1PICPARAMS
impl Clone for _CUVIDVC1PICPARAMS
source§fn clone(&self) -> _CUVIDVC1PICPARAMS
fn clone(&self) -> _CUVIDVC1PICPARAMS
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 _CUVIDVC1PICPARAMS
impl Debug for _CUVIDVC1PICPARAMS
source§impl Default for _CUVIDVC1PICPARAMS
impl Default for _CUVIDVC1PICPARAMS
source§fn default() -> _CUVIDVC1PICPARAMS
fn default() -> _CUVIDVC1PICPARAMS
Returns the “default value” for a type. Read more
source§impl Hash for _CUVIDVC1PICPARAMS
impl Hash for _CUVIDVC1PICPARAMS
source§impl Ord for _CUVIDVC1PICPARAMS
impl Ord for _CUVIDVC1PICPARAMS
source§fn cmp(&self, other: &_CUVIDVC1PICPARAMS) -> Ordering
fn cmp(&self, other: &_CUVIDVC1PICPARAMS) -> 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<_CUVIDVC1PICPARAMS> for _CUVIDVC1PICPARAMS
impl PartialEq<_CUVIDVC1PICPARAMS> for _CUVIDVC1PICPARAMS
source§fn eq(&self, other: &_CUVIDVC1PICPARAMS) -> bool
fn eq(&self, other: &_CUVIDVC1PICPARAMS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_CUVIDVC1PICPARAMS> for _CUVIDVC1PICPARAMS
impl PartialOrd<_CUVIDVC1PICPARAMS> for _CUVIDVC1PICPARAMS
source§fn partial_cmp(&self, other: &_CUVIDVC1PICPARAMS) -> Option<Ordering>
fn partial_cmp(&self, other: &_CUVIDVC1PICPARAMS) -> 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 _CUVIDVC1PICPARAMS
impl Eq for _CUVIDVC1PICPARAMS
impl StructuralEq for _CUVIDVC1PICPARAMS
impl StructuralPartialEq for _CUVIDVC1PICPARAMS
Auto Trait Implementations§
impl RefUnwindSafe for _CUVIDVC1PICPARAMS
impl Send for _CUVIDVC1PICPARAMS
impl Sync for _CUVIDVC1PICPARAMS
impl Unpin for _CUVIDVC1PICPARAMS
impl UnwindSafe for _CUVIDVC1PICPARAMS
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