Struct windows::Win32::Media::DirectShow::IMediaEventEx_Vtbl
#[repr(C)]pub struct IMediaEventEx_Vtbl {
pub base__: IMediaEvent_Vtbl,
pub SetNotifyWindow: unsafe extern "system" fn(_: *mut c_void, _: isize, _: i32, _: isize) -> HRESULT,
pub SetNotifyFlags: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetNotifyFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IMediaEvent_Vtbl
§SetNotifyWindow: unsafe extern "system" fn(_: *mut c_void, _: isize, _: i32, _: isize) -> HRESULT
§SetNotifyFlags: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§GetNotifyFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IMediaEventEx_Vtbl
impl IMediaEventEx_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMediaEventEx_Vtblwhere
Identity: IMediaEventEx_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMediaEventEx_Vtbl
impl RefUnwindSafe for IMediaEventEx_Vtbl
impl Send for IMediaEventEx_Vtbl
impl Sync for IMediaEventEx_Vtbl
impl Unpin for IMediaEventEx_Vtbl
impl UnwindSafe for IMediaEventEx_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