#[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 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 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<_NV_ENC_CONFIG_H264_VUI_PARAMETERS> for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl PartialEq<_NV_ENC_CONFIG_H264_VUI_PARAMETERS> 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
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_NV_ENC_CONFIG_H264_VUI_PARAMETERS> for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl PartialOrd<_NV_ENC_CONFIG_H264_VUI_PARAMETERS> for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
source§fn partial_cmp(
&self,
other: &_NV_ENC_CONFIG_H264_VUI_PARAMETERS
) -> Option<Ordering>
fn partial_cmp( &self, other: &_NV_ENC_CONFIG_H264_VUI_PARAMETERS ) -> 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_CONFIG_H264_VUI_PARAMETERS
impl Eq for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl StructuralEq for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
impl StructuralPartialEq for _NV_ENC_CONFIG_H264_VUI_PARAMETERS
Auto Trait Implementations§
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