#[repr(u32)]pub enum NV_ENC_HEVC_CUSIZE {
NV_ENC_HEVC_CUSIZE_AUTOSELECT = 0,
NV_ENC_HEVC_CUSIZE_8x8 = 1,
NV_ENC_HEVC_CUSIZE_16x16 = 2,
NV_ENC_HEVC_CUSIZE_32x32 = 3,
NV_ENC_HEVC_CUSIZE_64x64 = 4,
}
Variants§
NV_ENC_HEVC_CUSIZE_AUTOSELECT = 0
NV_ENC_HEVC_CUSIZE_8x8 = 1
NV_ENC_HEVC_CUSIZE_16x16 = 2
NV_ENC_HEVC_CUSIZE_32x32 = 3
NV_ENC_HEVC_CUSIZE_64x64 = 4
Trait Implementations§
Source§impl Clone for _NV_ENC_HEVC_CUSIZE
impl Clone for _NV_ENC_HEVC_CUSIZE
Source§fn clone(&self) -> _NV_ENC_HEVC_CUSIZE
fn clone(&self) -> _NV_ENC_HEVC_CUSIZE
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_HEVC_CUSIZE
impl Debug for _NV_ENC_HEVC_CUSIZE
Source§impl Hash for _NV_ENC_HEVC_CUSIZE
impl Hash for _NV_ENC_HEVC_CUSIZE
Source§impl Ord for _NV_ENC_HEVC_CUSIZE
impl Ord for _NV_ENC_HEVC_CUSIZE
Source§fn cmp(&self, other: &_NV_ENC_HEVC_CUSIZE) -> Ordering
fn cmp(&self, other: &_NV_ENC_HEVC_CUSIZE) -> 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_HEVC_CUSIZE
impl PartialEq for _NV_ENC_HEVC_CUSIZE
Source§impl PartialOrd for _NV_ENC_HEVC_CUSIZE
impl PartialOrd for _NV_ENC_HEVC_CUSIZE
impl Copy for _NV_ENC_HEVC_CUSIZE
impl Eq for _NV_ENC_HEVC_CUSIZE
impl StructuralPartialEq for _NV_ENC_HEVC_CUSIZE
Auto Trait Implementations§
impl Freeze for _NV_ENC_HEVC_CUSIZE
impl RefUnwindSafe for _NV_ENC_HEVC_CUSIZE
impl Send for _NV_ENC_HEVC_CUSIZE
impl Sync for _NV_ENC_HEVC_CUSIZE
impl Unpin for _NV_ENC_HEVC_CUSIZE
impl UnwindSafe for _NV_ENC_HEVC_CUSIZE
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