pub struct BSTEventSinkVtbl<Event> {
pub CxxDrop: unsafe extern "C" fn(this: *mut BSTEventSink<Event>),
pub ProcessEvent: unsafe extern "C" fn(this: *mut BSTEventSink<Event>, event: *const BSTEventSink<Event>, eventSource: *const BSTEventSource<Event>) -> BSEventNotifyControl_CEnum,
}
Fields§
§CxxDrop: unsafe extern "C" fn(this: *mut BSTEventSink<Event>)
C++ destructor ~BSTEventSink
ProcessEvent: unsafe extern "C" fn(this: *mut BSTEventSink<Event>, event: *const BSTEventSink<Event>, eventSource: *const BSTEventSource<Event>) -> BSEventNotifyControl_CEnum
Auto Trait Implementations§
impl<Event> Freeze for BSTEventSinkVtbl<Event>
impl<Event> RefUnwindSafe for BSTEventSinkVtbl<Event>
impl<Event> Send for BSTEventSinkVtbl<Event>
impl<Event> Sync for BSTEventSinkVtbl<Event>
impl<Event> Unpin for BSTEventSinkVtbl<Event>
impl<Event> UnwindSafe for BSTEventSinkVtbl<Event>
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