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