#[repr(u32)]pub enum NV_ENC_TUNING_INFO {
NV_ENC_TUNING_INFO_UNDEFINED,
NV_ENC_TUNING_INFO_HIGH_QUALITY,
NV_ENC_TUNING_INFO_LOW_LATENCY,
NV_ENC_TUNING_INFO_ULTRA_LOW_LATENCY,
NV_ENC_TUNING_INFO_LOSSLESS,
NV_ENC_TUNING_INFO_COUNT,
}
Variants§
NV_ENC_TUNING_INFO_UNDEFINED
NV_ENC_TUNING_INFO_HIGH_QUALITY
NV_ENC_TUNING_INFO_LOW_LATENCY
NV_ENC_TUNING_INFO_ULTRA_LOW_LATENCY
NV_ENC_TUNING_INFO_LOSSLESS
NV_ENC_TUNING_INFO_COUNT
Trait Implementations§
source§impl Clone for NV_ENC_TUNING_INFO
impl Clone for NV_ENC_TUNING_INFO
source§fn clone(&self) -> NV_ENC_TUNING_INFO
fn clone(&self) -> NV_ENC_TUNING_INFO
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_TUNING_INFO
impl Debug for NV_ENC_TUNING_INFO
source§impl Hash for NV_ENC_TUNING_INFO
impl Hash for NV_ENC_TUNING_INFO
source§impl Ord for NV_ENC_TUNING_INFO
impl Ord for NV_ENC_TUNING_INFO
source§fn cmp(&self, other: &NV_ENC_TUNING_INFO) -> Ordering
fn cmp(&self, other: &NV_ENC_TUNING_INFO) -> 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_TUNING_INFO> for NV_ENC_TUNING_INFO
impl PartialEq<NV_ENC_TUNING_INFO> for NV_ENC_TUNING_INFO
source§fn eq(&self, other: &NV_ENC_TUNING_INFO) -> bool
fn eq(&self, other: &NV_ENC_TUNING_INFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<NV_ENC_TUNING_INFO> for NV_ENC_TUNING_INFO
impl PartialOrd<NV_ENC_TUNING_INFO> for NV_ENC_TUNING_INFO
source§fn partial_cmp(&self, other: &NV_ENC_TUNING_INFO) -> Option<Ordering>
fn partial_cmp(&self, other: &NV_ENC_TUNING_INFO) -> 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_TUNING_INFO
impl Eq for NV_ENC_TUNING_INFO
impl StructuralEq for NV_ENC_TUNING_INFO
impl StructuralPartialEq for NV_ENC_TUNING_INFO
Auto Trait Implementations§
impl RefUnwindSafe for NV_ENC_TUNING_INFO
impl Send for NV_ENC_TUNING_INFO
impl Sync for NV_ENC_TUNING_INFO
impl Unpin for NV_ENC_TUNING_INFO
impl UnwindSafe for NV_ENC_TUNING_INFO
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