#[repr(C)]pub struct _NV_ENC_PIC_PARAMS_MVC {
pub version: u32,
pub viewID: u32,
pub temporalID: u32,
pub priorityID: u32,
pub reserved1: [u32; 12],
pub reserved2: [*mut c_void; 8],
}
Fields§
§version: u32
§viewID: u32
§temporalID: u32
§priorityID: u32
§reserved1: [u32; 12]
§reserved2: [*mut c_void; 8]
Trait Implementations§
Source§impl Clone for _NV_ENC_PIC_PARAMS_MVC
impl Clone for _NV_ENC_PIC_PARAMS_MVC
Source§fn clone(&self) -> _NV_ENC_PIC_PARAMS_MVC
fn clone(&self) -> _NV_ENC_PIC_PARAMS_MVC
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_PIC_PARAMS_MVC
impl Debug for _NV_ENC_PIC_PARAMS_MVC
Source§impl Default for _NV_ENC_PIC_PARAMS_MVC
impl Default for _NV_ENC_PIC_PARAMS_MVC
Source§impl Hash for _NV_ENC_PIC_PARAMS_MVC
impl Hash for _NV_ENC_PIC_PARAMS_MVC
Source§impl Ord for _NV_ENC_PIC_PARAMS_MVC
impl Ord for _NV_ENC_PIC_PARAMS_MVC
Source§fn cmp(&self, other: &_NV_ENC_PIC_PARAMS_MVC) -> Ordering
fn cmp(&self, other: &_NV_ENC_PIC_PARAMS_MVC) -> 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_PIC_PARAMS_MVC
impl PartialEq for _NV_ENC_PIC_PARAMS_MVC
Source§impl PartialOrd for _NV_ENC_PIC_PARAMS_MVC
impl PartialOrd for _NV_ENC_PIC_PARAMS_MVC
impl Copy for _NV_ENC_PIC_PARAMS_MVC
impl Eq for _NV_ENC_PIC_PARAMS_MVC
impl StructuralPartialEq for _NV_ENC_PIC_PARAMS_MVC
Auto Trait Implementations§
impl Freeze for _NV_ENC_PIC_PARAMS_MVC
impl RefUnwindSafe for _NV_ENC_PIC_PARAMS_MVC
impl !Send for _NV_ENC_PIC_PARAMS_MVC
impl !Sync for _NV_ENC_PIC_PARAMS_MVC
impl Unpin for _NV_ENC_PIC_PARAMS_MVC
impl UnwindSafe for _NV_ENC_PIC_PARAMS_MVC
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