#[repr(C)]pub struct _NV_ENC_CONFIG_H264_VUI_PARAMETERS {Show 17 fields
pub overscanInfoPresentFlag: u32,
pub overscanInfo: u32,
pub videoSignalTypePresentFlag: u32,
pub videoFormat: NV_ENC_VUI_VIDEO_FORMAT,
pub videoFullRangeFlag: u32,
pub colourDescriptionPresentFlag: u32,
pub colourPrimaries: NV_ENC_VUI_COLOR_PRIMARIES,
pub transferCharacteristics: NV_ENC_VUI_TRANSFER_CHARACTERISTIC,
pub colourMatrix: NV_ENC_VUI_MATRIX_COEFFS,
pub chromaSampleLocationFlag: u32,
pub chromaSampleLocationTop: u32,
pub chromaSampleLocationBot: u32,
pub bitstreamRestrictionFlag: u32,
pub timingInfoPresentFlag: u32,
pub numUnitInTicks: u32,
pub timeScale: u32,
pub reserved: [u32; 12],
}
Fields§
§overscanInfoPresentFlag: u32
§overscanInfo: u32
§videoSignalTypePresentFlag: u32
§videoFormat: NV_ENC_VUI_VIDEO_FORMAT
§videoFullRangeFlag: u32
§colourDescriptionPresentFlag: u32
§colourPrimaries: NV_ENC_VUI_COLOR_PRIMARIES
§transferCharacteristics: NV_ENC_VUI_TRANSFER_CHARACTERISTIC
§colourMatrix: NV_ENC_VUI_MATRIX_COEFFS
§chromaSampleLocationFlag: u32
§chromaSampleLocationTop: u32
§chromaSampleLocationBot: u32
§bitstreamRestrictionFlag: u32
§timingInfoPresentFlag: u32
§numUnitInTicks: u32
§timeScale: u32
§reserved: [u32; 12]
Trait Implementations§
Source§impl Clone for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl Clone for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
Source§fn clone(&self) -> _NV_ENC_CONFIG_H264_VUI_PARAMETERS
fn clone(&self) -> _NV_ENC_CONFIG_H264_VUI_PARAMETERS
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 Ord for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl Ord for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
Source§fn cmp(&self, other: &_NV_ENC_CONFIG_H264_VUI_PARAMETERS) -> Ordering
fn cmp(&self, other: &_NV_ENC_CONFIG_H264_VUI_PARAMETERS) -> 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_CONFIG_H264_VUI_PARAMETERS
impl PartialEq for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
Source§fn eq(&self, other: &_NV_ENC_CONFIG_H264_VUI_PARAMETERS) -> bool
fn eq(&self, other: &_NV_ENC_CONFIG_H264_VUI_PARAMETERS) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl PartialOrd for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl Copy for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl Eq for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl StructuralPartialEq for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
Auto Trait Implementations§
impl Freeze for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl RefUnwindSafe for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl Send for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl Sync for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl Unpin for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl UnwindSafe for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
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