#[repr(C)]pub struct DXVA2_DecodeExtensionData {
pub Function: UINT,
pub pPrivateInputData: PVOID,
pub PrivateInputDataSize: UINT,
pub pPrivateOutputData: PVOID,
pub PrivateOutputDataSize: UINT,
}
Fields§
§Function: UINT
§pPrivateInputData: PVOID
§PrivateInputDataSize: UINT
§pPrivateOutputData: PVOID
§PrivateOutputDataSize: UINT
Trait Implementations§
Source§impl Clone for DXVA2_DecodeExtensionData
impl Clone for DXVA2_DecodeExtensionData
Source§fn clone(&self) -> DXVA2_DecodeExtensionData
fn clone(&self) -> DXVA2_DecodeExtensionData
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_DecodeExtensionData
impl Default for DXVA2_DecodeExtensionData
Source§fn default() -> DXVA2_DecodeExtensionData
fn default() -> DXVA2_DecodeExtensionData
Returns the “default value” for a type. Read more
impl Copy for DXVA2_DecodeExtensionData
Auto Trait Implementations§
impl Freeze for DXVA2_DecodeExtensionData
impl RefUnwindSafe for DXVA2_DecodeExtensionData
impl !Send for DXVA2_DecodeExtensionData
impl !Sync for DXVA2_DecodeExtensionData
impl Unpin for DXVA2_DecodeExtensionData
impl UnwindSafe for DXVA2_DecodeExtensionData
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