#[repr(C)]pub struct _NV_ENC_MAP_INPUT_RESOURCE {
pub version: u32,
pub subResourceIndex: u32,
pub inputResource: *mut c_void,
pub registeredResource: NV_ENC_REGISTERED_PTR,
pub mappedResource: NV_ENC_INPUT_PTR,
pub mappedBufferFmt: NV_ENC_BUFFER_FORMAT,
pub reserved1: [u32; 251],
pub reserved2: [*mut c_void; 63],
}
Fields§
§version: u32
§subResourceIndex: u32
§inputResource: *mut c_void
§registeredResource: NV_ENC_REGISTERED_PTR
§mappedResource: NV_ENC_INPUT_PTR
§mappedBufferFmt: NV_ENC_BUFFER_FORMAT
§reserved1: [u32; 251]
§reserved2: [*mut c_void; 63]
Trait Implementations§
Source§impl Clone for _NV_ENC_MAP_INPUT_RESOURCE
impl Clone for _NV_ENC_MAP_INPUT_RESOURCE
Source§fn clone(&self) -> _NV_ENC_MAP_INPUT_RESOURCE
fn clone(&self) -> _NV_ENC_MAP_INPUT_RESOURCE
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_MAP_INPUT_RESOURCE
impl Debug for _NV_ENC_MAP_INPUT_RESOURCE
Source§impl Default for _NV_ENC_MAP_INPUT_RESOURCE
impl Default for _NV_ENC_MAP_INPUT_RESOURCE
Source§impl Hash for _NV_ENC_MAP_INPUT_RESOURCE
impl Hash for _NV_ENC_MAP_INPUT_RESOURCE
Source§impl Ord for _NV_ENC_MAP_INPUT_RESOURCE
impl Ord for _NV_ENC_MAP_INPUT_RESOURCE
Source§fn cmp(&self, other: &_NV_ENC_MAP_INPUT_RESOURCE) -> Ordering
fn cmp(&self, other: &_NV_ENC_MAP_INPUT_RESOURCE) -> 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 PartialOrd for _NV_ENC_MAP_INPUT_RESOURCE
impl PartialOrd for _NV_ENC_MAP_INPUT_RESOURCE
impl Copy for _NV_ENC_MAP_INPUT_RESOURCE
impl Eq for _NV_ENC_MAP_INPUT_RESOURCE
impl StructuralPartialEq for _NV_ENC_MAP_INPUT_RESOURCE
Auto Trait Implementations§
impl Freeze for _NV_ENC_MAP_INPUT_RESOURCE
impl RefUnwindSafe for _NV_ENC_MAP_INPUT_RESOURCE
impl !Send for _NV_ENC_MAP_INPUT_RESOURCE
impl !Sync for _NV_ENC_MAP_INPUT_RESOURCE
impl Unpin for _NV_ENC_MAP_INPUT_RESOURCE
impl UnwindSafe for _NV_ENC_MAP_INPUT_RESOURCE
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