Struct windows::Win32::Media::MediaFoundation::IMFMediaEngineEMENotify_Vtbl
#[repr(C)]pub struct IMFMediaEngineEMENotify_Vtbl {
pub base__: IUnknown_Vtbl,
pub Encrypted: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: MaybeUninit<BSTR>),
pub WaitingForKey: unsafe extern "system" fn(_: *mut c_void),
}
Fields§
§base__: IUnknown_Vtbl
§Encrypted: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: MaybeUninit<BSTR>)
§WaitingForKey: unsafe extern "system" fn(_: *mut c_void)
Implementations§
§impl IMFMediaEngineEMENotify_Vtbl
impl IMFMediaEngineEMENotify_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFMediaEngineEMENotify_Vtblwhere
Identity: IMFMediaEngineEMENotify_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFMediaEngineEMENotify_Vtbl
impl RefUnwindSafe for IMFMediaEngineEMENotify_Vtbl
impl Send for IMFMediaEngineEMENotify_Vtbl
impl Sync for IMFMediaEngineEMENotify_Vtbl
impl Unpin for IMFMediaEngineEMENotify_Vtbl
impl UnwindSafe for IMFMediaEngineEMENotify_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