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