#[repr(C)]pub struct NV_ENC_CONFIG_HEVC {
pub level: u32,
pub tier: u32,
pub minCUSize: u32,
pub maxCUSize: u32,
pub reserved: [u32; 252],
}Expand description
HEVC-specific config (simplified).
Fields§
§level: u32§tier: u32§minCUSize: u32§maxCUSize: u32§reserved: [u32; 252]Trait Implementations§
Source§impl Clone for NV_ENC_CONFIG_HEVC
impl Clone for NV_ENC_CONFIG_HEVC
Source§fn clone(&self) -> NV_ENC_CONFIG_HEVC
fn clone(&self) -> NV_ENC_CONFIG_HEVC
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 moreimpl Copy for NV_ENC_CONFIG_HEVC
Auto Trait Implementations§
impl Freeze for NV_ENC_CONFIG_HEVC
impl RefUnwindSafe for NV_ENC_CONFIG_HEVC
impl Send for NV_ENC_CONFIG_HEVC
impl Sync for NV_ENC_CONFIG_HEVC
impl Unpin for NV_ENC_CONFIG_HEVC
impl UnsafeUnpin for NV_ENC_CONFIG_HEVC
impl UnwindSafe for NV_ENC_CONFIG_HEVC
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