#[repr(C)]pub struct _NV_ENC_CLOCK_TIMESTAMP_SET {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub timeOffset: u32,
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§timeOffset: u32
Implementations§
source§impl _NV_ENC_CLOCK_TIMESTAMP_SET
impl _NV_ENC_CLOCK_TIMESTAMP_SET
pub fn countingType(&self) -> u32
pub fn set_countingType(&mut self, val: u32)
pub fn discontinuityFlag(&self) -> u32
pub fn set_discontinuityFlag(&mut self, val: u32)
pub fn cntDroppedFrames(&self) -> u32
pub fn set_cntDroppedFrames(&mut self, val: u32)
pub fn nFrames(&self) -> u32
pub fn set_nFrames(&mut self, val: u32)
pub fn secondsValue(&self) -> u32
pub fn set_secondsValue(&mut self, val: u32)
pub fn minutesValue(&self) -> u32
pub fn set_minutesValue(&mut self, val: u32)
pub fn hoursValue(&self) -> u32
pub fn set_hoursValue(&mut self, val: u32)
pub fn reserved2(&self) -> u32
pub fn set_reserved2(&mut self, val: u32)
pub fn new_bitfield_1( countingType: u32, discontinuityFlag: u32, cntDroppedFrames: u32, nFrames: u32, secondsValue: u32, minutesValue: u32, hoursValue: u32, reserved2: u32 ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for _NV_ENC_CLOCK_TIMESTAMP_SET
impl Clone for _NV_ENC_CLOCK_TIMESTAMP_SET
source§fn clone(&self) -> _NV_ENC_CLOCK_TIMESTAMP_SET
fn clone(&self) -> _NV_ENC_CLOCK_TIMESTAMP_SET
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_CLOCK_TIMESTAMP_SET
impl Debug for _NV_ENC_CLOCK_TIMESTAMP_SET
source§impl Default for _NV_ENC_CLOCK_TIMESTAMP_SET
impl Default for _NV_ENC_CLOCK_TIMESTAMP_SET
source§fn default() -> _NV_ENC_CLOCK_TIMESTAMP_SET
fn default() -> _NV_ENC_CLOCK_TIMESTAMP_SET
Returns the “default value” for a type. Read more
source§impl Hash for _NV_ENC_CLOCK_TIMESTAMP_SET
impl Hash for _NV_ENC_CLOCK_TIMESTAMP_SET
source§impl Ord for _NV_ENC_CLOCK_TIMESTAMP_SET
impl Ord for _NV_ENC_CLOCK_TIMESTAMP_SET
source§fn cmp(&self, other: &_NV_ENC_CLOCK_TIMESTAMP_SET) -> Ordering
fn cmp(&self, other: &_NV_ENC_CLOCK_TIMESTAMP_SET) -> 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_CLOCK_TIMESTAMP_SET> for _NV_ENC_CLOCK_TIMESTAMP_SET
impl PartialEq<_NV_ENC_CLOCK_TIMESTAMP_SET> for _NV_ENC_CLOCK_TIMESTAMP_SET
source§fn eq(&self, other: &_NV_ENC_CLOCK_TIMESTAMP_SET) -> bool
fn eq(&self, other: &_NV_ENC_CLOCK_TIMESTAMP_SET) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_NV_ENC_CLOCK_TIMESTAMP_SET> for _NV_ENC_CLOCK_TIMESTAMP_SET
impl PartialOrd<_NV_ENC_CLOCK_TIMESTAMP_SET> for _NV_ENC_CLOCK_TIMESTAMP_SET
source§fn partial_cmp(&self, other: &_NV_ENC_CLOCK_TIMESTAMP_SET) -> Option<Ordering>
fn partial_cmp(&self, other: &_NV_ENC_CLOCK_TIMESTAMP_SET) -> 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_CLOCK_TIMESTAMP_SET
impl Eq for _NV_ENC_CLOCK_TIMESTAMP_SET
impl StructuralEq for _NV_ENC_CLOCK_TIMESTAMP_SET
impl StructuralPartialEq for _NV_ENC_CLOCK_TIMESTAMP_SET
Auto Trait Implementations§
impl RefUnwindSafe for _NV_ENC_CLOCK_TIMESTAMP_SET
impl Send for _NV_ENC_CLOCK_TIMESTAMP_SET
impl Sync for _NV_ENC_CLOCK_TIMESTAMP_SET
impl Unpin for _NV_ENC_CLOCK_TIMESTAMP_SET
impl UnwindSafe for _NV_ENC_CLOCK_TIMESTAMP_SET
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