pub type PDXVA2SW_GETVIDEOPROCESSORRENDERTARGETS = Option<unsafe extern "system" fn(pvideodesc: *const DXVA2_VideoDesc, count: u32, pformats: *mut D3DFORMAT) -> HRESULT>;

Aliased Type§

enum PDXVA2SW_GETVIDEOPROCESSORRENDERTARGETS {
    None,
    Some(unsafe extern "system" fn(_: *const DXVA2_VideoDesc, _: u32, _: *mut D3DFORMAT) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const DXVA2_VideoDesc, _: u32, _: *mut D3DFORMAT) -> HRESULT)

Some value of type T.