#[repr(C)]pub struct _NV_ENC_OUTPUT_STATS_BLOCK {
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_BLOCK
impl Clone for _NV_ENC_OUTPUT_STATS_BLOCK
Source§fn clone(&self) -> _NV_ENC_OUTPUT_STATS_BLOCK
fn clone(&self) -> _NV_ENC_OUTPUT_STATS_BLOCK
Returns a duplicate 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_BLOCK
impl Debug for _NV_ENC_OUTPUT_STATS_BLOCK
Source§impl Default for _NV_ENC_OUTPUT_STATS_BLOCK
impl Default for _NV_ENC_OUTPUT_STATS_BLOCK
Source§fn default() -> _NV_ENC_OUTPUT_STATS_BLOCK
fn default() -> _NV_ENC_OUTPUT_STATS_BLOCK
Returns the “default value” for a type. Read more
Source§impl Hash for _NV_ENC_OUTPUT_STATS_BLOCK
impl Hash for _NV_ENC_OUTPUT_STATS_BLOCK
Source§impl Ord for _NV_ENC_OUTPUT_STATS_BLOCK
impl Ord for _NV_ENC_OUTPUT_STATS_BLOCK
Source§fn cmp(&self, other: &_NV_ENC_OUTPUT_STATS_BLOCK) -> Ordering
fn cmp(&self, other: &_NV_ENC_OUTPUT_STATS_BLOCK) -> 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 PartialOrd for _NV_ENC_OUTPUT_STATS_BLOCK
impl PartialOrd for _NV_ENC_OUTPUT_STATS_BLOCK
impl Copy for _NV_ENC_OUTPUT_STATS_BLOCK
impl Eq for _NV_ENC_OUTPUT_STATS_BLOCK
impl StructuralPartialEq for _NV_ENC_OUTPUT_STATS_BLOCK
Auto Trait Implementations§
impl Freeze for _NV_ENC_OUTPUT_STATS_BLOCK
impl RefUnwindSafe for _NV_ENC_OUTPUT_STATS_BLOCK
impl Send for _NV_ENC_OUTPUT_STATS_BLOCK
impl Sync for _NV_ENC_OUTPUT_STATS_BLOCK
impl Unpin for _NV_ENC_OUTPUT_STATS_BLOCK
impl UnwindSafe for _NV_ENC_OUTPUT_STATS_BLOCK
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