#[repr(C)]
pub union _CUVIDPICPARAMS__bindgen_ty_1 {
pub mpeg2: CUVIDMPEG2PICPARAMS,
pub h264: CUVIDH264PICPARAMS,
pub vc1: CUVIDVC1PICPARAMS,
pub mpeg4: CUVIDMPEG4PICPARAMS,
pub jpeg: CUVIDJPEGPICPARAMS,
pub hevc: CUVIDHEVCPICPARAMS,
pub vp8: CUVIDVP8PICPARAMS,
pub vp9: CUVIDVP9PICPARAMS,
pub av1: CUVIDAV1PICPARAMS,
pub CodecReserved: [c_uint; 1024],
}
Fields§
§mpeg2: CUVIDMPEG2PICPARAMS
§h264: CUVIDH264PICPARAMS
§vc1: CUVIDVC1PICPARAMS
§mpeg4: CUVIDMPEG4PICPARAMS
§jpeg: CUVIDJPEGPICPARAMS
§hevc: CUVIDHEVCPICPARAMS
§vp8: CUVIDVP8PICPARAMS
§vp9: CUVIDVP9PICPARAMS
§av1: CUVIDAV1PICPARAMS
§CodecReserved: [c_uint; 1024]
Trait Implementations§
source§impl Clone for _CUVIDPICPARAMS__bindgen_ty_1
impl Clone for _CUVIDPICPARAMS__bindgen_ty_1
source§fn clone(&self) -> _CUVIDPICPARAMS__bindgen_ty_1
fn clone(&self) -> _CUVIDPICPARAMS__bindgen_ty_1
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 moreimpl Copy for _CUVIDPICPARAMS__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for _CUVIDPICPARAMS__bindgen_ty_1
impl !Send for _CUVIDPICPARAMS__bindgen_ty_1
impl !Sync for _CUVIDPICPARAMS__bindgen_ty_1
impl Unpin for _CUVIDPICPARAMS__bindgen_ty_1
impl UnwindSafe for _CUVIDPICPARAMS__bindgen_ty_1
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