#[repr(u32)]pub enum NV_ENC_OUTPUT_STATS_LEVEL {
NV_ENC_OUTPUT_STATS_NONE = 0,
NV_ENC_OUTPUT_STATS_BLOCK_LEVEL = 1,
NV_ENC_OUTPUT_STATS_ROW_LEVEL = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for _NV_ENC_OUTPUT_STATS_LEVEL
impl Clone for _NV_ENC_OUTPUT_STATS_LEVEL
Source§fn clone(&self) -> _NV_ENC_OUTPUT_STATS_LEVEL
fn clone(&self) -> _NV_ENC_OUTPUT_STATS_LEVEL
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_LEVEL
impl Debug for _NV_ENC_OUTPUT_STATS_LEVEL
Source§impl Hash for _NV_ENC_OUTPUT_STATS_LEVEL
impl Hash for _NV_ENC_OUTPUT_STATS_LEVEL
Source§impl Ord for _NV_ENC_OUTPUT_STATS_LEVEL
impl Ord for _NV_ENC_OUTPUT_STATS_LEVEL
Source§fn cmp(&self, other: &_NV_ENC_OUTPUT_STATS_LEVEL) -> Ordering
fn cmp(&self, other: &_NV_ENC_OUTPUT_STATS_LEVEL) -> 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_LEVEL
impl PartialOrd for _NV_ENC_OUTPUT_STATS_LEVEL
impl Copy for _NV_ENC_OUTPUT_STATS_LEVEL
impl Eq for _NV_ENC_OUTPUT_STATS_LEVEL
impl StructuralPartialEq for _NV_ENC_OUTPUT_STATS_LEVEL
Auto Trait Implementations§
impl Freeze for _NV_ENC_OUTPUT_STATS_LEVEL
impl RefUnwindSafe for _NV_ENC_OUTPUT_STATS_LEVEL
impl Send for _NV_ENC_OUTPUT_STATS_LEVEL
impl Sync for _NV_ENC_OUTPUT_STATS_LEVEL
impl Unpin for _NV_ENC_OUTPUT_STATS_LEVEL
impl UnwindSafe for _NV_ENC_OUTPUT_STATS_LEVEL
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