#[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 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 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<_NV_ENC_PIC_PARAMS_HEVC> for _NV_ENC_PIC_PARAMS_HEVC
impl PartialEq<_NV_ENC_PIC_PARAMS_HEVC> for _NV_ENC_PIC_PARAMS_HEVC
source§fn eq(&self, other: &_NV_ENC_PIC_PARAMS_HEVC) -> bool
fn eq(&self, other: &_NV_ENC_PIC_PARAMS_HEVC) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_NV_ENC_PIC_PARAMS_HEVC> for _NV_ENC_PIC_PARAMS_HEVC
impl PartialOrd<_NV_ENC_PIC_PARAMS_HEVC> for _NV_ENC_PIC_PARAMS_HEVC
source§fn partial_cmp(&self, other: &_NV_ENC_PIC_PARAMS_HEVC) -> Option<Ordering>
fn partial_cmp(&self, other: &_NV_ENC_PIC_PARAMS_HEVC) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for _NV_ENC_PIC_PARAMS_HEVC
impl Eq for _NV_ENC_PIC_PARAMS_HEVC
impl StructuralEq for _NV_ENC_PIC_PARAMS_HEVC
impl StructuralPartialEq for _NV_ENC_PIC_PARAMS_HEVC
Auto Trait Implementations§
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