Struct ISpNotifyCallback_Vtbl
#[repr(C)]pub struct ISpNotifyCallback_Vtbl {
pub NotifyCallback: unsafe extern "system" fn(_: *mut c_void, _: WPARAM, _: LPARAM) -> HRESULT,
}
Fields§
§NotifyCallback: unsafe extern "system" fn(_: *mut c_void, _: WPARAM, _: LPARAM) -> HRESULT
Implementations§
§impl ISpNotifyCallback_Vtbl
impl ISpNotifyCallback_Vtbl
pub const fn new<Identity: ISpNotifyCallback_Impl>() -> Self
Auto Trait Implementations§
impl Freeze for ISpNotifyCallback_Vtbl
impl RefUnwindSafe for ISpNotifyCallback_Vtbl
impl Send for ISpNotifyCallback_Vtbl
impl Sync for ISpNotifyCallback_Vtbl
impl Unpin for ISpNotifyCallback_Vtbl
impl UnwindSafe for ISpNotifyCallback_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