#[repr(C)]pub struct _CUVIDMPEG4PICPARAMS {Show 23 fields
pub ForwardRefIdx: c_int,
pub BackwardRefIdx: c_int,
pub video_object_layer_width: c_int,
pub video_object_layer_height: c_int,
pub vop_time_increment_bitcount: c_int,
pub top_field_first: c_int,
pub resync_marker_disable: c_int,
pub quant_type: c_int,
pub quarter_sample: c_int,
pub short_video_header: c_int,
pub divx_flags: c_int,
pub vop_coding_type: c_int,
pub vop_coded: c_int,
pub vop_rounding_type: c_int,
pub alternate_vertical_scan_flag: c_int,
pub interlaced: c_int,
pub vop_fcode_forward: c_int,
pub vop_fcode_backward: c_int,
pub trd: [c_int; 2],
pub trb: [c_int; 2],
pub QuantMatrixIntra: [c_uchar; 64],
pub QuantMatrixInter: [c_uchar; 64],
pub gmc_enabled: c_int,
}
Fields§
§ForwardRefIdx: c_int
§BackwardRefIdx: c_int
§video_object_layer_width: c_int
§video_object_layer_height: c_int
§vop_time_increment_bitcount: c_int
§top_field_first: c_int
§resync_marker_disable: c_int
§quant_type: c_int
§quarter_sample: c_int
§short_video_header: c_int
§divx_flags: c_int
§vop_coding_type: c_int
§vop_coded: c_int
§vop_rounding_type: c_int
§alternate_vertical_scan_flag: c_int
§interlaced: c_int
§vop_fcode_forward: c_int
§vop_fcode_backward: c_int
§trd: [c_int; 2]
§trb: [c_int; 2]
§QuantMatrixIntra: [c_uchar; 64]
§QuantMatrixInter: [c_uchar; 64]
§gmc_enabled: c_int
Trait Implementations§
Source§impl Clone for _CUVIDMPEG4PICPARAMS
impl Clone for _CUVIDMPEG4PICPARAMS
Source§fn clone(&self) -> _CUVIDMPEG4PICPARAMS
fn clone(&self) -> _CUVIDMPEG4PICPARAMS
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 _CUVIDMPEG4PICPARAMS
impl Debug for _CUVIDMPEG4PICPARAMS
Source§impl Default for _CUVIDMPEG4PICPARAMS
impl Default for _CUVIDMPEG4PICPARAMS
Source§impl Hash for _CUVIDMPEG4PICPARAMS
impl Hash for _CUVIDMPEG4PICPARAMS
Source§impl Ord for _CUVIDMPEG4PICPARAMS
impl Ord for _CUVIDMPEG4PICPARAMS
Source§fn cmp(&self, other: &_CUVIDMPEG4PICPARAMS) -> Ordering
fn cmp(&self, other: &_CUVIDMPEG4PICPARAMS) -> 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 _CUVIDMPEG4PICPARAMS
impl PartialEq for _CUVIDMPEG4PICPARAMS
Source§impl PartialOrd for _CUVIDMPEG4PICPARAMS
impl PartialOrd for _CUVIDMPEG4PICPARAMS
impl Copy for _CUVIDMPEG4PICPARAMS
impl Eq for _CUVIDMPEG4PICPARAMS
impl StructuralPartialEq for _CUVIDMPEG4PICPARAMS
Auto Trait Implementations§
impl Freeze for _CUVIDMPEG4PICPARAMS
impl RefUnwindSafe for _CUVIDMPEG4PICPARAMS
impl Send for _CUVIDMPEG4PICPARAMS
impl Sync for _CUVIDMPEG4PICPARAMS
impl Unpin for _CUVIDMPEG4PICPARAMS
impl UnwindSafe for _CUVIDMPEG4PICPARAMS
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