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

#[repr(C)]
pub struct ID3D11CryptoSessionVtbl {
    pub parent: ID3D11DeviceChildVtbl,
    pub GetCryptoType: unsafe extern "system" fn(This: *mut ID3D11CryptoSession, pCryptoType: *mut GUID),
    pub GetDecoderProfile: unsafe extern "system" fn(This: *mut ID3D11CryptoSession, pDecoderProfile: *mut GUID),
    pub GetCertificateSize: unsafe extern "system" fn(This: *mut ID3D11CryptoSession, pCertificateSize: *mut UINT) -> HRESULT,
    pub GetCertificate: unsafe extern "system" fn(This: *mut ID3D11CryptoSession, CertificateSize: UINT, pCertificate: *mut BYTE) -> HRESULT,
    pub GetCryptoSessionHandle: unsafe extern "system" fn(This: *mut ID3D11CryptoSession, pCertificate: *mut HANDLE),
}

Fields

parent: ID3D11DeviceChildVtblGetCryptoType: unsafe extern "system" fn(This: *mut ID3D11CryptoSession, pCryptoType: *mut GUID)GetDecoderProfile: unsafe extern "system" fn(This: *mut ID3D11CryptoSession, pDecoderProfile: *mut GUID)GetCertificateSize: unsafe extern "system" fn(This: *mut ID3D11CryptoSession, pCertificateSize: *mut UINT) -> HRESULTGetCertificate: unsafe extern "system" fn(This: *mut ID3D11CryptoSession, CertificateSize: UINT, pCertificate: *mut BYTE) -> HRESULTGetCryptoSessionHandle: unsafe extern "system" fn(This: *mut ID3D11CryptoSession, pCertificate: *mut HANDLE)

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]