#[repr(C)]pub struct _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS {
pub version: u32,
pub deviceType: NV_ENC_DEVICE_TYPE,
pub device: *mut c_void,
pub reserved: *mut c_void,
pub apiVersion: u32,
pub reserved1: [u32; 253],
pub reserved2: [*mut c_void; 64],
}
Fields§
§version: u32
§deviceType: NV_ENC_DEVICE_TYPE
§device: *mut c_void
§reserved: *mut c_void
§apiVersion: u32
§reserved1: [u32; 253]
§reserved2: [*mut c_void; 64]
Trait Implementations§
Source§impl Clone for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
impl Clone for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
Source§fn clone(&self) -> _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
fn clone(&self) -> _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
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 Ord for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
impl Ord for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
Source§fn cmp(&self, other: &_NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS) -> Ordering
fn cmp(&self, other: &_NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS) -> 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_OPEN_ENCODE_SESSIONEX_PARAMS
impl PartialEq for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
Source§fn eq(&self, other: &_NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS) -> bool
fn eq(&self, other: &_NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
impl PartialOrd for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
impl Copy for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
impl Eq for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
impl StructuralPartialEq for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
Auto Trait Implementations§
impl Freeze for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
impl RefUnwindSafe for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
impl !Send for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
impl !Sync for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
impl Unpin for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
impl UnwindSafe for _NV_ENC_OPEN_ENCODE_SESSIONEX_PARAMS
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