Struct IMFMediaEventGenerator_Vtbl
#[repr(C)]pub struct IMFMediaEventGenerator_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetEvent: unsafe extern "system" fn(_: *mut c_void, _: MEDIA_EVENT_GENERATOR_GET_EVENT_FLAGS, _: *mut *mut c_void) -> HRESULT,
pub BeginGetEvent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub EndGetEvent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub QueueEvent: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: HRESULT, _: *const PROPVARIANT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetEvent: unsafe extern "system" fn(_: *mut c_void, _: MEDIA_EVENT_GENERATOR_GET_EVENT_FLAGS, _: *mut *mut c_void) -> HRESULT
§BeginGetEvent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§EndGetEvent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§QueueEvent: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: HRESULT, _: *const PROPVARIANT) -> HRESULT
Implementations§
§impl IMFMediaEventGenerator_Vtbl
impl IMFMediaEventGenerator_Vtbl
pub const fn new<Identity: IMFMediaEventGenerator_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFMediaEventGenerator_Vtbl
impl RefUnwindSafe for IMFMediaEventGenerator_Vtbl
impl Send for IMFMediaEventGenerator_Vtbl
impl Sync for IMFMediaEventGenerator_Vtbl
impl Unpin for IMFMediaEventGenerator_Vtbl
impl UnwindSafe for IMFMediaEventGenerator_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