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