#[repr(C)]pub struct ISpNotifySinkVtbl {
pub parent: IUnknownVtbl,
pub Notify: unsafe extern "system" fn(This: *mut ISpNotifySink) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§Notify: unsafe extern "system" fn(This: *mut ISpNotifySink) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpNotifySinkVtbl
impl RefUnwindSafe for ISpNotifySinkVtbl
impl Send for ISpNotifySinkVtbl
impl Sync for ISpNotifySinkVtbl
impl Unpin for ISpNotifySinkVtbl
impl UnwindSafe for ISpNotifySinkVtbl
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