#[repr(C)]pub struct D3D11_VIDEO_DECODER_EXTENSION {
pub Function: u32,
pub pPrivateInputData: *mut c_void,
pub PrivateInputDataSize: u32,
pub pPrivateOutputData: *mut c_void,
pub PrivateOutputDataSize: u32,
pub ResourceCount: u32,
pub ppResourceList: *mut ID3D11Resource,
}
Expand description
Required features: "Win32_Graphics_Direct3D11"
Fields
Function: u32
pPrivateInputData: *mut c_void
PrivateInputDataSize: u32
pPrivateOutputData: *mut c_void
PrivateOutputDataSize: u32
ResourceCount: u32
ppResourceList: *mut ID3D11Resource
Trait Implementations
impl Clone for D3D11_VIDEO_DECODER_EXTENSION
impl Clone for D3D11_VIDEO_DECODER_EXTENSION
impl Copy for D3D11_VIDEO_DECODER_EXTENSION
Auto Trait Implementations
impl RefUnwindSafe for D3D11_VIDEO_DECODER_EXTENSION
impl !Send for D3D11_VIDEO_DECODER_EXTENSION
impl !Sync for D3D11_VIDEO_DECODER_EXTENSION
impl Unpin for D3D11_VIDEO_DECODER_EXTENSION
impl UnwindSafe for D3D11_VIDEO_DECODER_EXTENSION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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