Struct nvidia_video_codec_sdk::sys::nvcuvid::_HEVCSEITIMECODE
source · #[repr(C)]pub struct _HEVCSEITIMECODE {
pub time_code_set: [HEVCTIMECODESET; 3],
pub num_clock_ts: c_uchar,
}
Fields§
§time_code_set: [HEVCTIMECODESET; 3]
§num_clock_ts: c_uchar
Trait Implementations§
source§impl Clone for _HEVCSEITIMECODE
impl Clone for _HEVCSEITIMECODE
source§fn clone(&self) -> _HEVCSEITIMECODE
fn clone(&self) -> _HEVCSEITIMECODE
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 _HEVCSEITIMECODE
impl Debug for _HEVCSEITIMECODE
source§impl Default for _HEVCSEITIMECODE
impl Default for _HEVCSEITIMECODE
source§fn default() -> _HEVCSEITIMECODE
fn default() -> _HEVCSEITIMECODE
Returns the “default value” for a type. Read more
source§impl Hash for _HEVCSEITIMECODE
impl Hash for _HEVCSEITIMECODE
source§impl Ord for _HEVCSEITIMECODE
impl Ord for _HEVCSEITIMECODE
source§fn cmp(&self, other: &_HEVCSEITIMECODE) -> Ordering
fn cmp(&self, other: &_HEVCSEITIMECODE) -> 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<_HEVCSEITIMECODE> for _HEVCSEITIMECODE
impl PartialEq<_HEVCSEITIMECODE> for _HEVCSEITIMECODE
source§fn eq(&self, other: &_HEVCSEITIMECODE) -> bool
fn eq(&self, other: &_HEVCSEITIMECODE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_HEVCSEITIMECODE> for _HEVCSEITIMECODE
impl PartialOrd<_HEVCSEITIMECODE> for _HEVCSEITIMECODE
source§fn partial_cmp(&self, other: &_HEVCSEITIMECODE) -> Option<Ordering>
fn partial_cmp(&self, other: &_HEVCSEITIMECODE) -> 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 _HEVCSEITIMECODE
impl Eq for _HEVCSEITIMECODE
impl StructuralEq for _HEVCSEITIMECODE
impl StructuralPartialEq for _HEVCSEITIMECODE
Auto Trait Implementations§
impl RefUnwindSafe for _HEVCSEITIMECODE
impl Send for _HEVCSEITIMECODE
impl Sync for _HEVCSEITIMECODE
impl Unpin for _HEVCSEITIMECODE
impl UnwindSafe for _HEVCSEITIMECODE
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