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