#[repr(C)]pub struct _NV_ENC_PRESET_CONFIG {
pub version: u32,
pub presetCfg: NV_ENC_CONFIG,
pub reserved1: [u32; 255],
pub reserved2: [*mut c_void; 64],
}
Fields§
§version: u32
§presetCfg: NV_ENC_CONFIG
§reserved1: [u32; 255]
§reserved2: [*mut c_void; 64]
Trait Implementations§
source§impl Clone for _NV_ENC_PRESET_CONFIG
impl Clone for _NV_ENC_PRESET_CONFIG
source§fn clone(&self) -> _NV_ENC_PRESET_CONFIG
fn clone(&self) -> _NV_ENC_PRESET_CONFIG
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 Default for _NV_ENC_PRESET_CONFIG
impl Default for _NV_ENC_PRESET_CONFIG
impl Copy for _NV_ENC_PRESET_CONFIG
Auto Trait Implementations§
impl RefUnwindSafe for _NV_ENC_PRESET_CONFIG
impl !Send for _NV_ENC_PRESET_CONFIG
impl !Sync for _NV_ENC_PRESET_CONFIG
impl Unpin for _NV_ENC_PRESET_CONFIG
impl UnwindSafe for _NV_ENC_PRESET_CONFIG
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