#[repr(C)]pub struct ISpEventSource2Vtbl {
pub parent: ISpEventSourceVtbl,
pub GetEventsEx: unsafe extern "system" fn(This: *mut ISpEventSource2, ulCount: ULONG, pEventArray: *mut SPEVENTEX, pulFetched: *mut ULONG) -> HRESULT,
}
Fields§
§parent: ISpEventSourceVtbl
§GetEventsEx: unsafe extern "system" fn(This: *mut ISpEventSource2, ulCount: ULONG, pEventArray: *mut SPEVENTEX, pulFetched: *mut ULONG) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpEventSource2Vtbl
impl RefUnwindSafe for ISpEventSource2Vtbl
impl Send for ISpEventSource2Vtbl
impl Sync for ISpEventSource2Vtbl
impl Unpin for ISpEventSource2Vtbl
impl UnwindSafe for ISpEventSource2Vtbl
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