Struct IMFContentDecryptionModuleSessionCallbacks_Vtbl
#[repr(C)]pub struct IMFContentDecryptionModuleSessionCallbacks_Vtbl {
pub base__: IUnknown_Vtbl,
pub KeyMessage: unsafe extern "system" fn(_: *mut c_void, _: MF_MEDIAKEYSESSION_MESSAGETYPE, _: *const u8, _: u32, _: PCWSTR) -> HRESULT,
pub KeyStatusChanged: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§KeyMessage: unsafe extern "system" fn(_: *mut c_void, _: MF_MEDIAKEYSESSION_MESSAGETYPE, _: *const u8, _: u32, _: PCWSTR) -> HRESULT
§KeyStatusChanged: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IMFContentDecryptionModuleSessionCallbacks_Vtbl
impl IMFContentDecryptionModuleSessionCallbacks_Vtbl
pub const fn new<Identity: IMFContentDecryptionModuleSessionCallbacks_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFContentDecryptionModuleSessionCallbacks_Vtbl
impl RefUnwindSafe for IMFContentDecryptionModuleSessionCallbacks_Vtbl
impl Send for IMFContentDecryptionModuleSessionCallbacks_Vtbl
impl Sync for IMFContentDecryptionModuleSessionCallbacks_Vtbl
impl Unpin for IMFContentDecryptionModuleSessionCallbacks_Vtbl
impl UnwindSafe for IMFContentDecryptionModuleSessionCallbacks_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