[][src]Struct winapi::um::d3d11::ID3D11VideoProcessorEnumeratorVtbl

#[repr(C)]
pub struct ID3D11VideoProcessorEnumeratorVtbl {
    pub parent: ID3D11DeviceChildVtbl,
    pub GetVideoProcessorContentDesc: unsafe extern "system" fn(This: *mut ID3D11VideoProcessorEnumerator, pContentDesc: *mut D3D11_VIDEO_PROCESSOR_CONTENT_DESC) -> HRESULT,
    pub CheckVideoProcessorFormat: unsafe extern "system" fn(This: *mut ID3D11VideoProcessorEnumerator, Format: DXGI_FORMAT, pFlags: *mut UINT) -> HRESULT,
    pub GetVideoProcessorCaps: unsafe extern "system" fn(This: *mut ID3D11VideoProcessorEnumerator, pCaps: *mut D3D11_VIDEO_PROCESSOR_CAPS) -> HRESULT,
    pub GetVideoProcessorRateConversionCaps: unsafe extern "system" fn(This: *mut ID3D11VideoProcessorEnumerator, TypeIndex: UINT, pCaps: *mut D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS) -> HRESULT,
    pub GetVideoProcessorCustomRate: unsafe extern "system" fn(This: *mut ID3D11VideoProcessorEnumerator, TypeIndex: UINT, CustomRateIndex: UINT, pRate: *mut D3D11_VIDEO_PROCESSOR_CUSTOM_RATE) -> HRESULT,
    pub GetVideoProcessorFilterRange: unsafe extern "system" fn(This: *mut ID3D11VideoProcessorEnumerator, Filter: D3D11_VIDEO_PROCESSOR_FILTER, Range: *mut D3D11_VIDEO_PROCESSOR_FILTER_RANGE) -> HRESULT,
}

Fields

parent: ID3D11DeviceChildVtblGetVideoProcessorContentDesc: unsafe extern "system" fn(This: *mut ID3D11VideoProcessorEnumerator, pContentDesc: *mut D3D11_VIDEO_PROCESSOR_CONTENT_DESC) -> HRESULTCheckVideoProcessorFormat: unsafe extern "system" fn(This: *mut ID3D11VideoProcessorEnumerator, Format: DXGI_FORMAT, pFlags: *mut UINT) -> HRESULTGetVideoProcessorCaps: unsafe extern "system" fn(This: *mut ID3D11VideoProcessorEnumerator, pCaps: *mut D3D11_VIDEO_PROCESSOR_CAPS) -> HRESULTGetVideoProcessorRateConversionCaps: unsafe extern "system" fn(This: *mut ID3D11VideoProcessorEnumerator, TypeIndex: UINT, pCaps: *mut D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS) -> HRESULTGetVideoProcessorCustomRate: unsafe extern "system" fn(This: *mut ID3D11VideoProcessorEnumerator, TypeIndex: UINT, CustomRateIndex: UINT, pRate: *mut D3D11_VIDEO_PROCESSOR_CUSTOM_RATE) -> HRESULTGetVideoProcessorFilterRange: unsafe extern "system" fn(This: *mut ID3D11VideoProcessorEnumerator, Filter: D3D11_VIDEO_PROCESSOR_FILTER, Range: *mut D3D11_VIDEO_PROCESSOR_FILTER_RANGE) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]