Struct windows::Win32::Media::DirectShow::IBDA_EventingService_Vtbl
#[repr(C)]pub struct IBDA_EventingService_Vtbl {
pub base__: IUnknown_Vtbl,
pub CompleteEvent: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CompleteEvent: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
Implementations§
§impl IBDA_EventingService_Vtbl
impl IBDA_EventingService_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBDA_EventingService_Vtblwhere
Identity: IBDA_EventingService_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBDA_EventingService_Vtbl
impl RefUnwindSafe for IBDA_EventingService_Vtbl
impl Send for IBDA_EventingService_Vtbl
impl Sync for IBDA_EventingService_Vtbl
impl Unpin for IBDA_EventingService_Vtbl
impl UnwindSafe for IBDA_EventingService_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