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