#[repr(C)]pub struct ISpNotifySink {
pub lpVtbl: *const ISpNotifySinkVtbl,
}
Fields§
§lpVtbl: *const ISpNotifySinkVtbl
Implementations§
Trait Implementations§
Source§impl Deref for ISpNotifySink
impl Deref for ISpNotifySink
Auto Trait Implementations§
impl Freeze for ISpNotifySink
impl RefUnwindSafe for ISpNotifySink
impl !Send for ISpNotifySink
impl !Sync for ISpNotifySink
impl Unpin for ISpNotifySink
impl UnwindSafe for ISpNotifySink
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