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