#[repr(C)]
pub struct IDirectXVideoProcessorService_Vtbl { pub base__: IDirectXVideoAccelerationService_Vtbl, pub RegisterVideoProcessorSoftwareDevice: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT, pub GetVideoProcessorDeviceGuids: unsafe extern "system" fn(_: *mut c_void, _: *const DXVA2_VideoDesc, _: *mut u32, _: *mut *mut GUID) -> HRESULT, pub GetVideoProcessorRenderTargets: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: *mut u32, _: *mut *mut D3DFORMAT) -> HRESULT, pub GetVideoProcessorSubStreamFormats: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: *mut u32, _: *mut *mut D3DFORMAT) -> HRESULT, pub GetVideoProcessorCaps: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: *mut DXVA2_VideoProcessorCaps) -> HRESULT, pub GetProcAmpRange: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: u32, _: *mut DXVA2_ValueRange) -> HRESULT, pub GetFilterPropertyRange: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: u32, _: *mut DXVA2_ValueRange) -> HRESULT, pub CreateVideoProcessor: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: u32, _: *mut *mut c_void) -> HRESULT, }

Fields§

§base__: IDirectXVideoAccelerationService_Vtbl§RegisterVideoProcessorSoftwareDevice: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT§GetVideoProcessorDeviceGuids: unsafe extern "system" fn(_: *mut c_void, _: *const DXVA2_VideoDesc, _: *mut u32, _: *mut *mut GUID) -> HRESULT§GetVideoProcessorRenderTargets: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: *mut u32, _: *mut *mut D3DFORMAT) -> HRESULT§GetVideoProcessorSubStreamFormats: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: *mut u32, _: *mut *mut D3DFORMAT) -> HRESULT§GetVideoProcessorCaps: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: *mut DXVA2_VideoProcessorCaps) -> HRESULT§GetProcAmpRange: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: u32, _: *mut DXVA2_ValueRange) -> HRESULT§GetFilterPropertyRange: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: u32, _: *mut DXVA2_ValueRange) -> HRESULT§CreateVideoProcessor: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: u32, _: *mut *mut c_void) -> HRESULT

Implementations§

§

impl IDirectXVideoProcessorService_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IDirectXVideoProcessorService_Impl, const OFFSET: isize>( ) -> IDirectXVideoProcessorService_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.