Struct nvidia_video_codec_sdk::sys::cuviddec::_CUVIDPICPARAMS
source · #[repr(C)]pub struct _CUVIDPICPARAMS {Show 14 fields
pub PicWidthInMbs: c_int,
pub FrameHeightInMbs: c_int,
pub CurrPicIdx: c_int,
pub field_pic_flag: c_int,
pub bottom_field_flag: c_int,
pub second_field: c_int,
pub nBitstreamDataLen: c_uint,
pub pBitstreamData: *const c_uchar,
pub nNumSlices: c_uint,
pub pSliceDataOffsets: *const c_uint,
pub ref_pic_flag: c_int,
pub intra_pic_flag: c_int,
pub Reserved: [c_uint; 30],
pub CodecSpecific: _CUVIDPICPARAMS__bindgen_ty_1,
}
Fields§
§PicWidthInMbs: c_int
§FrameHeightInMbs: c_int
§CurrPicIdx: c_int
§field_pic_flag: c_int
§bottom_field_flag: c_int
§second_field: c_int
§nBitstreamDataLen: c_uint
§pBitstreamData: *const c_uchar
§nNumSlices: c_uint
§pSliceDataOffsets: *const c_uint
§ref_pic_flag: c_int
§intra_pic_flag: c_int
§Reserved: [c_uint; 30]
§CodecSpecific: _CUVIDPICPARAMS__bindgen_ty_1
Trait Implementations§
source§impl Clone for _CUVIDPICPARAMS
impl Clone for _CUVIDPICPARAMS
source§fn clone(&self) -> _CUVIDPICPARAMS
fn clone(&self) -> _CUVIDPICPARAMS
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 Default for _CUVIDPICPARAMS
impl Default for _CUVIDPICPARAMS
impl Copy for _CUVIDPICPARAMS
Auto Trait Implementations§
impl RefUnwindSafe for _CUVIDPICPARAMS
impl !Send for _CUVIDPICPARAMS
impl !Sync for _CUVIDPICPARAMS
impl Unpin for _CUVIDPICPARAMS
impl UnwindSafe for _CUVIDPICPARAMS
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