Struct windows::Win32::Media::Speech::ISpEventSource_Vtbl
#[repr(C)]pub struct ISpEventSource_Vtbl {
pub base__: ISpNotifySource_Vtbl,
pub SetInterest: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64) -> HRESULT,
pub GetEvents: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut SPEVENT, _: *mut u32) -> HRESULT,
pub GetInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut SPEVENTSOURCEINFO) -> HRESULT,
}
Fields§
§base__: ISpNotifySource_Vtbl
§SetInterest: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64) -> HRESULT
§GetEvents: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut SPEVENT, _: *mut u32) -> HRESULT
§GetInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut SPEVENTSOURCEINFO) -> HRESULT
Implementations§
§impl ISpEventSource_Vtbl
impl ISpEventSource_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpEventSource_Vtblwhere
Identity: ISpEventSource_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpEventSource_Vtbl
impl RefUnwindSafe for ISpEventSource_Vtbl
impl Send for ISpEventSource_Vtbl
impl Sync for ISpEventSource_Vtbl
impl Unpin for ISpEventSource_Vtbl
impl UnwindSafe for ISpEventSource_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