#[repr(u32)]pub enum NV_ENC_AV1_PART_SIZE {
NV_ENC_AV1_PART_SIZE_AUTOSELECT = 0,
NV_ENC_AV1_PART_SIZE_4x4 = 1,
NV_ENC_AV1_PART_SIZE_8x8 = 2,
NV_ENC_AV1_PART_SIZE_16x16 = 3,
NV_ENC_AV1_PART_SIZE_32x32 = 4,
NV_ENC_AV1_PART_SIZE_64x64 = 5,
}
Variants§
NV_ENC_AV1_PART_SIZE_AUTOSELECT = 0
NV_ENC_AV1_PART_SIZE_4x4 = 1
NV_ENC_AV1_PART_SIZE_8x8 = 2
NV_ENC_AV1_PART_SIZE_16x16 = 3
NV_ENC_AV1_PART_SIZE_32x32 = 4
NV_ENC_AV1_PART_SIZE_64x64 = 5
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 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_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 for _NV_ENC_AV1_PART_SIZE
impl PartialEq for _NV_ENC_AV1_PART_SIZE
Source§impl PartialOrd for _NV_ENC_AV1_PART_SIZE
impl PartialOrd for _NV_ENC_AV1_PART_SIZE
impl Copy for _NV_ENC_AV1_PART_SIZE
impl Eq for _NV_ENC_AV1_PART_SIZE
impl StructuralPartialEq for _NV_ENC_AV1_PART_SIZE
Auto Trait Implementations§
impl Freeze for _NV_ENC_AV1_PART_SIZE
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