#[repr(C)]pub struct DXVA2_DecodeExecuteParams {
pub NumCompBuffers: UINT,
pub pCompressedBuffers: *mut DXVA2_DecodeBufferDesc,
pub pExtensionData: *mut DXVA2_DecodeExtensionData,
}
Fields§
§NumCompBuffers: UINT
§pCompressedBuffers: *mut DXVA2_DecodeBufferDesc
§pExtensionData: *mut DXVA2_DecodeExtensionData
Trait Implementations§
Source§impl Clone for DXVA2_DecodeExecuteParams
impl Clone for DXVA2_DecodeExecuteParams
Source§fn clone(&self) -> DXVA2_DecodeExecuteParams
fn clone(&self) -> DXVA2_DecodeExecuteParams
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 moreSource§impl Default for DXVA2_DecodeExecuteParams
impl Default for DXVA2_DecodeExecuteParams
Source§fn default() -> DXVA2_DecodeExecuteParams
fn default() -> DXVA2_DecodeExecuteParams
Returns the “default value” for a type. Read more
impl Copy for DXVA2_DecodeExecuteParams
Auto Trait Implementations§
impl Freeze for DXVA2_DecodeExecuteParams
impl RefUnwindSafe for DXVA2_DecodeExecuteParams
impl !Send for DXVA2_DecodeExecuteParams
impl !Sync for DXVA2_DecodeExecuteParams
impl Unpin for DXVA2_DecodeExecuteParams
impl UnwindSafe for DXVA2_DecodeExecuteParams
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