#[repr(C)]
pub union _NV_ENC_CODEC_PIC_PARAMS {
pub h264PicParams: NV_ENC_PIC_PARAMS_H264,
pub hevcPicParams: NV_ENC_PIC_PARAMS_HEVC,
pub av1PicParams: NV_ENC_PIC_PARAMS_AV1,
pub reserved: [u32; 256],
}
Fields§
§h264PicParams: NV_ENC_PIC_PARAMS_H264
§hevcPicParams: NV_ENC_PIC_PARAMS_HEVC
§av1PicParams: NV_ENC_PIC_PARAMS_AV1
§reserved: [u32; 256]
Trait Implementations§
source§impl Clone for _NV_ENC_CODEC_PIC_PARAMS
impl Clone for _NV_ENC_CODEC_PIC_PARAMS
source§fn clone(&self) -> _NV_ENC_CODEC_PIC_PARAMS
fn clone(&self) -> _NV_ENC_CODEC_PIC_PARAMS
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 _NV_ENC_CODEC_PIC_PARAMS
impl Default for _NV_ENC_CODEC_PIC_PARAMS
impl Copy for _NV_ENC_CODEC_PIC_PARAMS
Auto Trait Implementations§
impl RefUnwindSafe for _NV_ENC_CODEC_PIC_PARAMS
impl !Send for _NV_ENC_CODEC_PIC_PARAMS
impl !Sync for _NV_ENC_CODEC_PIC_PARAMS
impl Unpin for _NV_ENC_CODEC_PIC_PARAMS
impl UnwindSafe for _NV_ENC_CODEC_PIC_PARAMS
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