#[repr(u32)]pub enum NV_ENC_NUM_REF_FRAMES {
NV_ENC_NUM_REF_FRAMES_AUTOSELECT = 0,
NV_ENC_NUM_REF_FRAMES_1 = 1,
NV_ENC_NUM_REF_FRAMES_2 = 2,
NV_ENC_NUM_REF_FRAMES_3 = 3,
NV_ENC_NUM_REF_FRAMES_4 = 4,
NV_ENC_NUM_REF_FRAMES_5 = 5,
NV_ENC_NUM_REF_FRAMES_6 = 6,
NV_ENC_NUM_REF_FRAMES_7 = 7,
}
Variants§
NV_ENC_NUM_REF_FRAMES_AUTOSELECT = 0
NV_ENC_NUM_REF_FRAMES_1 = 1
NV_ENC_NUM_REF_FRAMES_2 = 2
NV_ENC_NUM_REF_FRAMES_3 = 3
NV_ENC_NUM_REF_FRAMES_4 = 4
NV_ENC_NUM_REF_FRAMES_5 = 5
NV_ENC_NUM_REF_FRAMES_6 = 6
NV_ENC_NUM_REF_FRAMES_7 = 7
Trait Implementations§
Source§impl Clone for _NV_ENC_NUM_REF_FRAMES
impl Clone for _NV_ENC_NUM_REF_FRAMES
Source§fn clone(&self) -> _NV_ENC_NUM_REF_FRAMES
fn clone(&self) -> _NV_ENC_NUM_REF_FRAMES
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_NUM_REF_FRAMES
impl Debug for _NV_ENC_NUM_REF_FRAMES
Source§impl Hash for _NV_ENC_NUM_REF_FRAMES
impl Hash for _NV_ENC_NUM_REF_FRAMES
Source§impl Ord for _NV_ENC_NUM_REF_FRAMES
impl Ord for _NV_ENC_NUM_REF_FRAMES
Source§fn cmp(&self, other: &_NV_ENC_NUM_REF_FRAMES) -> Ordering
fn cmp(&self, other: &_NV_ENC_NUM_REF_FRAMES) -> 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_NUM_REF_FRAMES
impl PartialEq for _NV_ENC_NUM_REF_FRAMES
Source§impl PartialOrd for _NV_ENC_NUM_REF_FRAMES
impl PartialOrd for _NV_ENC_NUM_REF_FRAMES
impl Copy for _NV_ENC_NUM_REF_FRAMES
impl Eq for _NV_ENC_NUM_REF_FRAMES
impl StructuralPartialEq for _NV_ENC_NUM_REF_FRAMES
Auto Trait Implementations§
impl Freeze for _NV_ENC_NUM_REF_FRAMES
impl RefUnwindSafe for _NV_ENC_NUM_REF_FRAMES
impl Send for _NV_ENC_NUM_REF_FRAMES
impl Sync for _NV_ENC_NUM_REF_FRAMES
impl Unpin for _NV_ENC_NUM_REF_FRAMES
impl UnwindSafe for _NV_ENC_NUM_REF_FRAMES
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