Struct IDirect3DCryptoSession9_Vtbl
#[repr(C)]pub struct IDirect3DCryptoSession9_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetCertificateSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetCertificate: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u8) -> HRESULT,
pub NegotiateKeyExchange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub EncryptionBlt: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub DecryptionBlt: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: *mut D3DENCRYPTED_BLOCK_INFO, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetSurfacePitch: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
pub StartSessionKeyRefresh: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub FinishSessionKeyRefresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetEncryptionBltKey: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetCertificateSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetCertificate: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u8) -> HRESULT
§NegotiateKeyExchange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§EncryptionBlt: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§DecryptionBlt: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: *mut D3DENCRYPTED_BLOCK_INFO, _: *mut c_void, _: *mut c_void) -> HRESULT
§GetSurfacePitch: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT
§StartSessionKeyRefresh: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§FinishSessionKeyRefresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetEncryptionBltKey: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IDirect3DCryptoSession9_Vtbl
impl IDirect3DCryptoSession9_Vtbl
pub const fn new<Identity: IDirect3DCryptoSession9_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirect3DCryptoSession9_Vtbl
impl RefUnwindSafe for IDirect3DCryptoSession9_Vtbl
impl Send for IDirect3DCryptoSession9_Vtbl
impl Sync for IDirect3DCryptoSession9_Vtbl
impl Unpin for IDirect3DCryptoSession9_Vtbl
impl UnwindSafe for IDirect3DCryptoSession9_Vtbl
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