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