Struct windows::Win32::Media::DirectShow::IESEvent_Vtbl
#[repr(C)]pub struct IESEvent_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetEventId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetEventType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub SetCompletionStatus: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub GetStringData: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetEventId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetEventType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§SetCompletionStatus: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§GetStringData: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IESEvent_Vtbl
impl IESEvent_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IESEvent_Vtblwhere
Identity: IESEvent_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IESEvent_Vtbl
impl RefUnwindSafe for IESEvent_Vtbl
impl Send for IESEvent_Vtbl
impl Sync for IESEvent_Vtbl
impl Unpin for IESEvent_Vtbl
impl UnwindSafe for IESEvent_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