#[repr(C)]
pub union _NV_ENC_PIC_PARAMS_H264_EXT {
pub mvcPicParams: NV_ENC_PIC_PARAMS_MVC,
pub reserved1: [u32; 32],
}
Fields§
§mvcPicParams: NV_ENC_PIC_PARAMS_MVC
§reserved1: [u32; 32]
Trait Implementations§
source§impl Clone for _NV_ENC_PIC_PARAMS_H264_EXT
impl Clone for _NV_ENC_PIC_PARAMS_H264_EXT
source§fn clone(&self) -> _NV_ENC_PIC_PARAMS_H264_EXT
fn clone(&self) -> _NV_ENC_PIC_PARAMS_H264_EXT
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 _NV_ENC_PIC_PARAMS_H264_EXT
Auto Trait Implementations§
impl RefUnwindSafe for _NV_ENC_PIC_PARAMS_H264_EXT
impl !Send for _NV_ENC_PIC_PARAMS_H264_EXT
impl !Sync for _NV_ENC_PIC_PARAMS_H264_EXT
impl Unpin for _NV_ENC_PIC_PARAMS_H264_EXT
impl UnwindSafe for _NV_ENC_PIC_PARAMS_H264_EXT
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