Struct IMFSourceBufferNotify_Vtbl
#[repr(C)]pub struct IMFSourceBufferNotify_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnUpdateStart: unsafe extern "system" fn(_: *mut c_void),
pub OnAbort: unsafe extern "system" fn(_: *mut c_void),
pub OnError: unsafe extern "system" fn(_: *mut c_void, _: HRESULT),
pub OnUpdate: unsafe extern "system" fn(_: *mut c_void),
pub OnUpdateEnd: unsafe extern "system" fn(_: *mut c_void),
}Fields§
§base__: IUnknown_Vtbl§OnUpdateStart: unsafe extern "system" fn(_: *mut c_void)§OnAbort: unsafe extern "system" fn(_: *mut c_void)§OnError: unsafe extern "system" fn(_: *mut c_void, _: HRESULT)§OnUpdate: unsafe extern "system" fn(_: *mut c_void)§OnUpdateEnd: unsafe extern "system" fn(_: *mut c_void)Implementations§
§impl IMFSourceBufferNotify_Vtbl
impl IMFSourceBufferNotify_Vtbl
pub const fn new<Identity: IMFSourceBufferNotify_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFSourceBufferNotify_Vtbl
impl RefUnwindSafe for IMFSourceBufferNotify_Vtbl
impl Send for IMFSourceBufferNotify_Vtbl
impl Sync for IMFSourceBufferNotify_Vtbl
impl Unpin for IMFSourceBufferNotify_Vtbl
impl UnwindSafe for IMFSourceBufferNotify_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