#[repr(u32)]pub enum _NV_ENC_NUM_REF_FRAMES {
NV_ENC_NUM_REF_FRAMES_AUTOSELECT,
NV_ENC_NUM_REF_FRAMES_1,
NV_ENC_NUM_REF_FRAMES_2,
NV_ENC_NUM_REF_FRAMES_3,
NV_ENC_NUM_REF_FRAMES_4,
NV_ENC_NUM_REF_FRAMES_5,
NV_ENC_NUM_REF_FRAMES_6,
NV_ENC_NUM_REF_FRAMES_7,
}
Variants§
NV_ENC_NUM_REF_FRAMES_AUTOSELECT
NV_ENC_NUM_REF_FRAMES_1
NV_ENC_NUM_REF_FRAMES_2
NV_ENC_NUM_REF_FRAMES_3
NV_ENC_NUM_REF_FRAMES_4
NV_ENC_NUM_REF_FRAMES_5
NV_ENC_NUM_REF_FRAMES_6
NV_ENC_NUM_REF_FRAMES_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 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_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<_NV_ENC_NUM_REF_FRAMES> for _NV_ENC_NUM_REF_FRAMES
impl PartialEq<_NV_ENC_NUM_REF_FRAMES> for _NV_ENC_NUM_REF_FRAMES
source§fn eq(&self, other: &_NV_ENC_NUM_REF_FRAMES) -> bool
fn eq(&self, other: &_NV_ENC_NUM_REF_FRAMES) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_NV_ENC_NUM_REF_FRAMES> for _NV_ENC_NUM_REF_FRAMES
impl PartialOrd<_NV_ENC_NUM_REF_FRAMES> for _NV_ENC_NUM_REF_FRAMES
source§fn partial_cmp(&self, other: &_NV_ENC_NUM_REF_FRAMES) -> Option<Ordering>
fn partial_cmp(&self, other: &_NV_ENC_NUM_REF_FRAMES) -> 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_NUM_REF_FRAMES
impl Eq for _NV_ENC_NUM_REF_FRAMES
impl StructuralEq for _NV_ENC_NUM_REF_FRAMES
impl StructuralPartialEq for _NV_ENC_NUM_REF_FRAMES
Auto Trait Implementations§
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