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