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