Struct nvidia_video_codec_sdk::sys::cuviddec::_CUVIDVP8PICPARAMS
source · #[repr(C)]pub struct _CUVIDVP8PICPARAMS {
pub width: c_int,
pub height: c_int,
pub first_partition_size: c_uint,
pub LastRefIdx: c_uchar,
pub GoldenRefIdx: c_uchar,
pub AltRefIdx: c_uchar,
pub __bindgen_anon_1: _CUVIDVP8PICPARAMS__bindgen_ty_1,
pub Reserved1: [c_uchar; 4],
pub Reserved2: [c_uint; 3],
}
Fields§
§width: c_int
§height: c_int
§first_partition_size: c_uint
§LastRefIdx: c_uchar
§GoldenRefIdx: c_uchar
§AltRefIdx: c_uchar
§__bindgen_anon_1: _CUVIDVP8PICPARAMS__bindgen_ty_1
§Reserved1: [c_uchar; 4]
§Reserved2: [c_uint; 3]
Trait Implementations§
source§impl Clone for _CUVIDVP8PICPARAMS
impl Clone for _CUVIDVP8PICPARAMS
source§fn clone(&self) -> _CUVIDVP8PICPARAMS
fn clone(&self) -> _CUVIDVP8PICPARAMS
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 _CUVIDVP8PICPARAMS
impl Default for _CUVIDVP8PICPARAMS
impl Copy for _CUVIDVP8PICPARAMS
Auto Trait Implementations§
impl RefUnwindSafe for _CUVIDVP8PICPARAMS
impl Send for _CUVIDVP8PICPARAMS
impl Sync for _CUVIDVP8PICPARAMS
impl Unpin for _CUVIDVP8PICPARAMS
impl UnwindSafe for _CUVIDVP8PICPARAMS
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