#[repr(C)]pub struct IDirectXVideoDecoderService_Vtbl {
pub base__: IDirectXVideoAccelerationService_Vtbl,
pub GetDecoderDeviceGuids: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut GUID) -> HRESULT,
pub GetDecoderRenderTargets: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u32, _: *mut *mut D3DFORMAT) -> HRESULT,
pub GetDecoderConfigurations: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: *const c_void, _: *mut u32, _: *mut *mut DXVA2_ConfigPictureDecode) -> HRESULT,
pub CreateVideoDecoder: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: *const DXVA2_ConfigPictureDecode, _: *const *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDirectXVideoAccelerationService_Vtbl
§GetDecoderDeviceGuids: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut GUID) -> HRESULT
§GetDecoderRenderTargets: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u32, _: *mut *mut D3DFORMAT) -> HRESULT
§GetDecoderConfigurations: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: *const c_void, _: *mut u32, _: *mut *mut DXVA2_ConfigPictureDecode) -> HRESULT
§CreateVideoDecoder: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: *const DXVA2_ConfigPictureDecode, _: *const *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDirectXVideoDecoderService_Vtbl
impl IDirectXVideoDecoderService_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDirectXVideoDecoderService_Vtblwhere
Identity: IDirectXVideoDecoderService_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirectXVideoDecoderService_Vtbl
impl RefUnwindSafe for IDirectXVideoDecoderService_Vtbl
impl Send for IDirectXVideoDecoderService_Vtbl
impl Sync for IDirectXVideoDecoderService_Vtbl
impl Unpin for IDirectXVideoDecoderService_Vtbl
impl UnwindSafe for IDirectXVideoDecoderService_Vtbl
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