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