Struct nvidia_video_codec_sdk::sys::nvcuvid::_HEVCTIMECODESET
source · #[repr(C)]pub struct _HEVCTIMECODESET {Show 16 fields
pub time_offset_value: c_uint,
pub n_frames: c_ushort,
pub clock_timestamp_flag: c_uchar,
pub units_field_based_flag: c_uchar,
pub counting_type: c_uchar,
pub full_timestamp_flag: c_uchar,
pub discontinuity_flag: c_uchar,
pub cnt_dropped_flag: c_uchar,
pub seconds_value: c_uchar,
pub minutes_value: c_uchar,
pub hours_value: c_uchar,
pub seconds_flag: c_uchar,
pub minutes_flag: c_uchar,
pub hours_flag: c_uchar,
pub time_offset_length: c_uchar,
pub reserved: c_uchar,
}
Fields§
§time_offset_value: c_uint
§n_frames: c_ushort
§clock_timestamp_flag: c_uchar
§units_field_based_flag: c_uchar
§counting_type: c_uchar
§full_timestamp_flag: c_uchar
§discontinuity_flag: c_uchar
§cnt_dropped_flag: c_uchar
§seconds_value: c_uchar
§minutes_value: c_uchar
§hours_value: c_uchar
§seconds_flag: c_uchar
§minutes_flag: c_uchar
§hours_flag: c_uchar
§time_offset_length: c_uchar
§reserved: c_uchar
Trait Implementations§
source§impl Clone for _HEVCTIMECODESET
impl Clone for _HEVCTIMECODESET
source§fn clone(&self) -> _HEVCTIMECODESET
fn clone(&self) -> _HEVCTIMECODESET
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 _HEVCTIMECODESET
impl Debug for _HEVCTIMECODESET
source§impl Default for _HEVCTIMECODESET
impl Default for _HEVCTIMECODESET
source§fn default() -> _HEVCTIMECODESET
fn default() -> _HEVCTIMECODESET
Returns the “default value” for a type. Read more
source§impl Hash for _HEVCTIMECODESET
impl Hash for _HEVCTIMECODESET
source§impl Ord for _HEVCTIMECODESET
impl Ord for _HEVCTIMECODESET
source§fn cmp(&self, other: &_HEVCTIMECODESET) -> Ordering
fn cmp(&self, other: &_HEVCTIMECODESET) -> 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<_HEVCTIMECODESET> for _HEVCTIMECODESET
impl PartialEq<_HEVCTIMECODESET> for _HEVCTIMECODESET
source§fn eq(&self, other: &_HEVCTIMECODESET) -> bool
fn eq(&self, other: &_HEVCTIMECODESET) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_HEVCTIMECODESET> for _HEVCTIMECODESET
impl PartialOrd<_HEVCTIMECODESET> for _HEVCTIMECODESET
source§fn partial_cmp(&self, other: &_HEVCTIMECODESET) -> Option<Ordering>
fn partial_cmp(&self, other: &_HEVCTIMECODESET) -> 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 _HEVCTIMECODESET
impl Eq for _HEVCTIMECODESET
impl StructuralEq for _HEVCTIMECODESET
impl StructuralPartialEq for _HEVCTIMECODESET
Auto Trait Implementations§
impl RefUnwindSafe for _HEVCTIMECODESET
impl Send for _HEVCTIMECODESET
impl Sync for _HEVCTIMECODESET
impl Unpin for _HEVCTIMECODESET
impl UnwindSafe for _HEVCTIMECODESET
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