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