Struct D3D12_VIDEO_PROCESS_REFERENCE_SET
#[repr(C)]pub struct D3D12_VIDEO_PROCESS_REFERENCE_SET {
pub NumPastFrames: u32,
pub ppPastFrames: *mut Option<ID3D12Resource>,
pub pPastSubresources: *mut u32,
pub NumFutureFrames: u32,
pub ppFutureFrames: *mut Option<ID3D12Resource>,
pub pFutureSubresources: *mut u32,
}
Fields§
§NumPastFrames: u32
§ppPastFrames: *mut Option<ID3D12Resource>
§pPastSubresources: *mut u32
§NumFutureFrames: u32
§ppFutureFrames: *mut Option<ID3D12Resource>
§pFutureSubresources: *mut u32
Trait Implementations§
§impl Clone for D3D12_VIDEO_PROCESS_REFERENCE_SET
impl Clone for D3D12_VIDEO_PROCESS_REFERENCE_SET
§fn clone(&self) -> D3D12_VIDEO_PROCESS_REFERENCE_SET
fn clone(&self) -> D3D12_VIDEO_PROCESS_REFERENCE_SET
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 more§impl Debug for D3D12_VIDEO_PROCESS_REFERENCE_SET
impl Debug for D3D12_VIDEO_PROCESS_REFERENCE_SET
impl Copy for D3D12_VIDEO_PROCESS_REFERENCE_SET
impl StructuralPartialEq for D3D12_VIDEO_PROCESS_REFERENCE_SET
Auto Trait Implementations§
impl Freeze for D3D12_VIDEO_PROCESS_REFERENCE_SET
impl RefUnwindSafe for D3D12_VIDEO_PROCESS_REFERENCE_SET
impl !Send for D3D12_VIDEO_PROCESS_REFERENCE_SET
impl !Sync for D3D12_VIDEO_PROCESS_REFERENCE_SET
impl Unpin for D3D12_VIDEO_PROCESS_REFERENCE_SET
impl UnwindSafe for D3D12_VIDEO_PROCESS_REFERENCE_SET
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