#[repr(C)]
pub struct ID3D11VideoDevice_Vtbl {
Show 18 fields pub base__: IUnknown_Vtbl, pub CreateVideoDecoder: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: *const D3D11_VIDEO_DECODER_CONFIG, _: *mut *mut c_void) -> HRESULT, pub CreateVideoProcessor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT, pub CreateAuthenticatedChannel: unsafe extern "system" fn(_: *mut c_void, _: D3D11_AUTHENTICATED_CHANNEL_TYPE, _: *mut *mut c_void) -> HRESULT, pub CreateCryptoSession: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT, pub CreateVideoDecoderOutputView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC, _: *mut *mut c_void) -> HRESULT, pub CreateVideoProcessorInputView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *const D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC, _: *mut *mut c_void) -> HRESULT, pub CreateVideoProcessorOutputView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *const D3D11_VIDEO_PROCESSOR_OUTPUT_VIEW_DESC, _: *mut *mut c_void) -> HRESULT, pub CreateVideoProcessorEnumerator: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_PROCESSOR_CONTENT_DESC, _: *mut *mut c_void) -> HRESULT, pub GetVideoDecoderProfileCount: unsafe extern "system" fn(_: *mut c_void) -> u32, pub GetVideoDecoderProfile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut GUID) -> HRESULT, pub CheckVideoDecoderFormat: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: DXGI_FORMAT, _: *mut BOOL) -> HRESULT, pub GetVideoDecoderConfigCount: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: *mut u32) -> HRESULT, pub GetVideoDecoderConfig: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: u32, _: *mut D3D11_VIDEO_DECODER_CONFIG) -> HRESULT, pub GetContentProtectionCaps: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut D3D11_VIDEO_CONTENT_PROTECTION_CAPS) -> HRESULT, pub CheckCryptoKeyExchange: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: u32, _: *mut GUID) -> HRESULT, pub SetPrivateData: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *const c_void) -> HRESULT, pub SetPrivateDataInterface: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§CreateVideoDecoder: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: *const D3D11_VIDEO_DECODER_CONFIG, _: *mut *mut c_void) -> HRESULT§CreateVideoProcessor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT§CreateAuthenticatedChannel: unsafe extern "system" fn(_: *mut c_void, _: D3D11_AUTHENTICATED_CHANNEL_TYPE, _: *mut *mut c_void) -> HRESULT§CreateCryptoSession: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT§CreateVideoDecoderOutputView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC, _: *mut *mut c_void) -> HRESULT§CreateVideoProcessorInputView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *const D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC, _: *mut *mut c_void) -> HRESULT§CreateVideoProcessorOutputView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *const D3D11_VIDEO_PROCESSOR_OUTPUT_VIEW_DESC, _: *mut *mut c_void) -> HRESULT§CreateVideoProcessorEnumerator: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_PROCESSOR_CONTENT_DESC, _: *mut *mut c_void) -> HRESULT§GetVideoDecoderProfileCount: unsafe extern "system" fn(_: *mut c_void) -> u32§GetVideoDecoderProfile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut GUID) -> HRESULT§CheckVideoDecoderFormat: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: DXGI_FORMAT, _: *mut BOOL) -> HRESULT§GetVideoDecoderConfigCount: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: *mut u32) -> HRESULT§GetVideoDecoderConfig: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: u32, _: *mut D3D11_VIDEO_DECODER_CONFIG) -> HRESULT§GetContentProtectionCaps: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut D3D11_VIDEO_CONTENT_PROTECTION_CAPS) -> HRESULT§CheckCryptoKeyExchange: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: u32, _: *mut GUID) -> HRESULT§SetPrivateData: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *const c_void) -> HRESULT§SetPrivateDataInterface: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void) -> HRESULT

Implementations§

§

impl ID3D11VideoDevice_Vtbl

pub const fn new<Identity, const OFFSET: isize>() -> ID3D11VideoDevice_Vtbl
where Identity: ID3D11VideoDevice_Impl + IUnknownImpl,

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.