#[repr(C)]pub struct VectorChangedEventHandler_Vtbl<T>where
T: RuntimeType + 'static,{
pub base__: IUnknown_Vtbl,
pub Invoke: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub T: PhantomData<T>,
}
Fields§
§base__: IUnknown_Vtbl
§Invoke: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§T: PhantomData<T>
Auto Trait Implementations§
impl<T> Freeze for VectorChangedEventHandler_Vtbl<T>
impl<T> RefUnwindSafe for VectorChangedEventHandler_Vtbl<T>where
T: RefUnwindSafe,
impl<T> Send for VectorChangedEventHandler_Vtbl<T>where
T: Send,
impl<T> Sync for VectorChangedEventHandler_Vtbl<T>where
T: Sync,
impl<T> Unpin for VectorChangedEventHandler_Vtbl<T>where
T: Unpin,
impl<T> UnwindSafe for VectorChangedEventHandler_Vtbl<T>where
T: UnwindSafe,
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