#[repr(u32)]pub enum NV_ENC_TUNING_INFO {
NV_ENC_TUNING_INFO_UNDEFINED = 0,
NV_ENC_TUNING_INFO_HIGH_QUALITY = 1,
NV_ENC_TUNING_INFO_LOW_LATENCY = 2,
NV_ENC_TUNING_INFO_ULTRA_LOW_LATENCY = 3,
NV_ENC_TUNING_INFO_LOSSLESS = 4,
NV_ENC_TUNING_INFO_COUNT = 5,
}
Variants§
NV_ENC_TUNING_INFO_UNDEFINED = 0
NV_ENC_TUNING_INFO_HIGH_QUALITY = 1
NV_ENC_TUNING_INFO_LOW_LATENCY = 2
NV_ENC_TUNING_INFO_ULTRA_LOW_LATENCY = 3
NV_ENC_TUNING_INFO_LOSSLESS = 4
NV_ENC_TUNING_INFO_COUNT = 5
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 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_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 for NV_ENC_TUNING_INFO
impl PartialEq for NV_ENC_TUNING_INFO
Source§impl PartialOrd for NV_ENC_TUNING_INFO
impl PartialOrd for NV_ENC_TUNING_INFO
impl Copy for NV_ENC_TUNING_INFO
impl Eq for NV_ENC_TUNING_INFO
impl StructuralPartialEq for NV_ENC_TUNING_INFO
Auto Trait Implementations§
impl Freeze for NV_ENC_TUNING_INFO
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