#[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: ID3D11DeviceChildVtbl§GetCryptoType: 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) -> HRESULT§GetCertificate: unsafe extern "system" fn(This: *mut ID3D11CryptoSession, CertificateSize: UINT, pCertificate: *mut BYTE) -> HRESULT§GetCryptoSessionHandle: unsafe extern "system" fn(This: *mut ID3D11CryptoSession, pCertificate: *mut HANDLE)Auto Trait Implementations§
impl Freeze for ID3D11CryptoSessionVtbl
impl RefUnwindSafe for ID3D11CryptoSessionVtbl
impl Send for ID3D11CryptoSessionVtbl
impl Sync for ID3D11CryptoSessionVtbl
impl Unpin for ID3D11CryptoSessionVtbl
impl UnsafeUnpin for ID3D11CryptoSessionVtbl
impl UnwindSafe for ID3D11CryptoSessionVtbl
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