#[repr(C)]pub struct ISpNotifyCallbackVtbl {
pub NotifyCallback: unsafe extern "system" fn(This: *mut ISpNotifyCallback, wParam: WPARAM, lParam: LPARAM) -> HRESULT,
}
Fields§
§NotifyCallback: unsafe extern "system" fn(This: *mut ISpNotifyCallback, wParam: WPARAM, lParam: LPARAM) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpNotifyCallbackVtbl
impl RefUnwindSafe for ISpNotifyCallbackVtbl
impl Send for ISpNotifyCallbackVtbl
impl Sync for ISpNotifyCallbackVtbl
impl Unpin for ISpNotifyCallbackVtbl
impl UnwindSafe for ISpNotifyCallbackVtbl
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