#[repr(C)]pub struct _NV_ENC_PIC_PARAMS_HEVC {Show 19 fields
pub displayPOCSyntax: u32,
pub refPicFlag: u32,
pub temporalId: u32,
pub forceIntraRefreshWithFrameCnt: u32,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub sliceTypeData: *mut u8,
pub sliceTypeArrayCnt: u32,
pub sliceMode: u32,
pub sliceModeData: u32,
pub ltrMarkFrameIdx: u32,
pub ltrUseFrameBitmap: u32,
pub ltrUsageMode: u32,
pub seiPayloadArrayCnt: u32,
pub reserved: u32,
pub seiPayloadArray: *mut NV_ENC_SEI_PAYLOAD,
pub timeCode: NV_ENC_TIME_CODE,
pub reserved2: [u32; 237],
pub reserved3: [*mut c_void; 61],
}
Fields§
§displayPOCSyntax: u32
§refPicFlag: u32
§temporalId: u32
§forceIntraRefreshWithFrameCnt: u32
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§sliceTypeData: *mut u8
§sliceTypeArrayCnt: u32
§sliceMode: u32
§sliceModeData: u32
§ltrMarkFrameIdx: u32
§ltrUseFrameBitmap: u32
§ltrUsageMode: u32
§seiPayloadArrayCnt: u32
§reserved: u32
§seiPayloadArray: *mut NV_ENC_SEI_PAYLOAD
§timeCode: NV_ENC_TIME_CODE
§reserved2: [u32; 237]
§reserved3: [*mut c_void; 61]
Implementations§
Source§impl _NV_ENC_PIC_PARAMS_HEVC
impl _NV_ENC_PIC_PARAMS_HEVC
pub fn constrainedFrame(&self) -> u32
pub fn set_constrainedFrame(&mut self, val: u32)
pub fn sliceModeDataUpdate(&self) -> u32
pub fn set_sliceModeDataUpdate(&mut self, val: u32)
pub fn ltrMarkFrame(&self) -> u32
pub fn set_ltrMarkFrame(&mut self, val: u32)
pub fn ltrUseFrames(&self) -> u32
pub fn set_ltrUseFrames(&mut self, val: u32)
pub fn reservedBitFields(&self) -> u32
pub fn set_reservedBitFields(&mut self, val: u32)
pub fn new_bitfield_1( constrainedFrame: u32, sliceModeDataUpdate: u32, ltrMarkFrame: u32, ltrUseFrames: u32, reservedBitFields: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for _NV_ENC_PIC_PARAMS_HEVC
impl Clone for _NV_ENC_PIC_PARAMS_HEVC
Source§fn clone(&self) -> _NV_ENC_PIC_PARAMS_HEVC
fn clone(&self) -> _NV_ENC_PIC_PARAMS_HEVC
Returns a duplicate 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 Debug for _NV_ENC_PIC_PARAMS_HEVC
impl Debug for _NV_ENC_PIC_PARAMS_HEVC
Source§impl Default for _NV_ENC_PIC_PARAMS_HEVC
impl Default for _NV_ENC_PIC_PARAMS_HEVC
Source§impl Hash for _NV_ENC_PIC_PARAMS_HEVC
impl Hash for _NV_ENC_PIC_PARAMS_HEVC
Source§impl Ord for _NV_ENC_PIC_PARAMS_HEVC
impl Ord for _NV_ENC_PIC_PARAMS_HEVC
Source§fn cmp(&self, other: &_NV_ENC_PIC_PARAMS_HEVC) -> Ordering
fn cmp(&self, other: &_NV_ENC_PIC_PARAMS_HEVC) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _NV_ENC_PIC_PARAMS_HEVC
impl PartialEq for _NV_ENC_PIC_PARAMS_HEVC
Source§impl PartialOrd for _NV_ENC_PIC_PARAMS_HEVC
impl PartialOrd for _NV_ENC_PIC_PARAMS_HEVC
impl Copy for _NV_ENC_PIC_PARAMS_HEVC
impl Eq for _NV_ENC_PIC_PARAMS_HEVC
impl StructuralPartialEq for _NV_ENC_PIC_PARAMS_HEVC
Auto Trait Implementations§
impl Freeze for _NV_ENC_PIC_PARAMS_HEVC
impl RefUnwindSafe for _NV_ENC_PIC_PARAMS_HEVC
impl !Send for _NV_ENC_PIC_PARAMS_HEVC
impl !Sync for _NV_ENC_PIC_PARAMS_HEVC
impl Unpin for _NV_ENC_PIC_PARAMS_HEVC
impl UnwindSafe for _NV_ENC_PIC_PARAMS_HEVC
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