Struct IObservableVector_Vtbl
#[repr(C)]pub struct IObservableVector_Vtbl<T>where
T: RuntimeType + 'static,{
pub base__: IInspectable_Vtbl,
pub VectorChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveVectorChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
/* private fields */
}
Fields§
§base__: IInspectable_Vtbl
§VectorChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveVectorChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Implementations§
§impl<T: RuntimeType + 'static> IObservableVector_Vtbl<T>
impl<T: RuntimeType + 'static> IObservableVector_Vtbl<T>
pub const fn new<Identity: IObservableVector_Impl<T>, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl<T> Freeze for IObservableVector_Vtbl<T>
impl<T> RefUnwindSafe for IObservableVector_Vtbl<T>where
T: RefUnwindSafe,
impl<T> Send for IObservableVector_Vtbl<T>where
T: Send,
impl<T> Sync for IObservableVector_Vtbl<T>where
T: Sync,
impl<T> Unpin for IObservableVector_Vtbl<T>where
T: Unpin,
impl<T> UnwindSafe for IObservableVector_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