#[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

source§

fn clone(&self) -> _CUVIDVC1PICPARAMS

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _CUVIDVC1PICPARAMS

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for _CUVIDVC1PICPARAMS

source§

fn default() -> _CUVIDVC1PICPARAMS

Returns the “default value” for a type. Read more
source§

impl Hash for _CUVIDVC1PICPARAMS

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for _CUVIDVC1PICPARAMS

source§

fn cmp(&self, other: &_CUVIDVC1PICPARAMS) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

Restrict a value to a certain interval. Read more
source§

impl PartialEq<_CUVIDVC1PICPARAMS> for _CUVIDVC1PICPARAMS

source§

fn eq(&self, other: &_CUVIDVC1PICPARAMS) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd<_CUVIDVC1PICPARAMS> for _CUVIDVC1PICPARAMS

source§

fn partial_cmp(&self, other: &_CUVIDVC1PICPARAMS) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

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 more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl Copy for _CUVIDVC1PICPARAMS

source§

impl Eq for _CUVIDVC1PICPARAMS

source§

impl StructuralEq for _CUVIDVC1PICPARAMS

source§

impl StructuralPartialEq for _CUVIDVC1PICPARAMS

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.