#[repr(C)]pub struct DXVA2_DecodeExecuteParams {
pub NumCompBuffers: u32,
pub pCompressedBuffers: *mut DXVA2_DecodeBufferDesc,
pub pExtensionData: *mut DXVA2_DecodeExtensionData,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
NumCompBuffers: u32
pCompressedBuffers: *mut DXVA2_DecodeBufferDesc
pExtensionData: *mut DXVA2_DecodeExtensionData
Trait Implementations
impl Clone for DXVA2_DecodeExecuteParams
impl Clone for DXVA2_DecodeExecuteParams
impl Copy for DXVA2_DecodeExecuteParams
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more