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