pub struct IVector_Vtbl<T>where
T: RuntimeType + 'static,{Show 13 fields
pub base__: IInspectable_Vtbl,
pub GetAt: unsafe extern "system" fn(*mut c_void, u32, *mut AbiType<T>) -> HRESULT,
pub Size: unsafe extern "system" fn(*mut c_void, *mut u32) -> HRESULT,
pub GetView: unsafe extern "system" fn(*mut c_void, *mut *mut c_void) -> HRESULT,
pub IndexOf: unsafe extern "system" fn(*mut c_void, AbiType<T>, *mut u32, *mut bool) -> HRESULT,
pub SetAt: unsafe extern "system" fn(*mut c_void, u32, AbiType<T>) -> HRESULT,
pub InsertAt: unsafe extern "system" fn(*mut c_void, u32, AbiType<T>) -> HRESULT,
pub RemoveAt: unsafe extern "system" fn(*mut c_void, u32) -> HRESULT,
pub Append: unsafe extern "system" fn(*mut c_void, AbiType<T>) -> HRESULT,
pub RemoveAtEnd: unsafe extern "system" fn(*mut c_void) -> HRESULT,
pub Clear: unsafe extern "system" fn(*mut c_void) -> HRESULT,
pub GetMany: unsafe extern "system" fn(*mut c_void, u32, u32, *mut AbiType<T>, *mut u32) -> HRESULT,
pub ReplaceAll: unsafe extern "system" fn(*mut c_void, u32, *const AbiType<T>) -> HRESULT,
/* private fields */
}Fields§
§base__: IInspectable_Vtbl§GetAt: unsafe extern "system" fn(*mut c_void, u32, *mut AbiType<T>) -> HRESULT§Size: unsafe extern "system" fn(*mut c_void, *mut u32) -> HRESULT§GetView: unsafe extern "system" fn(*mut c_void, *mut *mut c_void) -> HRESULT§IndexOf: unsafe extern "system" fn(*mut c_void, AbiType<T>, *mut u32, *mut bool) -> HRESULT§SetAt: unsafe extern "system" fn(*mut c_void, u32, AbiType<T>) -> HRESULT§InsertAt: unsafe extern "system" fn(*mut c_void, u32, AbiType<T>) -> HRESULT§RemoveAt: unsafe extern "system" fn(*mut c_void, u32) -> HRESULT§Append: unsafe extern "system" fn(*mut c_void, AbiType<T>) -> HRESULT§RemoveAtEnd: unsafe extern "system" fn(*mut c_void) -> HRESULT§Clear: unsafe extern "system" fn(*mut c_void) -> HRESULT§GetMany: unsafe extern "system" fn(*mut c_void, u32, u32, *mut AbiType<T>, *mut u32) -> HRESULT§ReplaceAll: unsafe extern "system" fn(*mut c_void, u32, *const AbiType<T>) -> HRESULTImplementations§
Auto Trait Implementations§
impl<T> Freeze for IVector_Vtbl<T>where
unsafe extern "system" fn(*mut c_void, u32, *mut <T as Type<T>>::Abi) -> HRESULT: Freeze,
unsafe extern "system" fn(*mut c_void, <T as Type<T>>::Abi, *mut u32, *mut bool) -> HRESULT: Freeze,
unsafe extern "system" fn(*mut c_void, u32, <T as Type<T>>::Abi) -> HRESULT: Freeze,
unsafe extern "system" fn(*mut c_void, <T as Type<T>>::Abi) -> HRESULT: Freeze,
unsafe extern "system" fn(*mut c_void, u32, u32, *mut <T as Type<T>>::Abi, *mut u32) -> HRESULT: Freeze,
unsafe extern "system" fn(*mut c_void, u32, *const <T as Type<T>>::Abi) -> HRESULT: Freeze,
PhantomData<T>: Freeze,
impl<T> RefUnwindSafe for IVector_Vtbl<T>where
unsafe extern "system" fn(*mut c_void, u32, *mut <T as Type<T>>::Abi) -> HRESULT: RefUnwindSafe,
unsafe extern "system" fn(*mut c_void, <T as Type<T>>::Abi, *mut u32, *mut bool) -> HRESULT: RefUnwindSafe,
unsafe extern "system" fn(*mut c_void, u32, <T as Type<T>>::Abi) -> HRESULT: RefUnwindSafe,
unsafe extern "system" fn(*mut c_void, <T as Type<T>>::Abi) -> HRESULT: RefUnwindSafe,
unsafe extern "system" fn(*mut c_void, u32, u32, *mut <T as Type<T>>::Abi, *mut u32) -> HRESULT: RefUnwindSafe,
unsafe extern "system" fn(*mut c_void, u32, *const <T as Type<T>>::Abi) -> HRESULT: RefUnwindSafe,
PhantomData<T>: RefUnwindSafe,
impl<T> Send for IVector_Vtbl<T>where
unsafe extern "system" fn(*mut c_void, u32, *mut <T as Type<T>>::Abi) -> HRESULT: Send,
unsafe extern "system" fn(*mut c_void, <T as Type<T>>::Abi, *mut u32, *mut bool) -> HRESULT: Send,
unsafe extern "system" fn(*mut c_void, u32, <T as Type<T>>::Abi) -> HRESULT: Send,
unsafe extern "system" fn(*mut c_void, <T as Type<T>>::Abi) -> HRESULT: Send,
unsafe extern "system" fn(*mut c_void, u32, u32, *mut <T as Type<T>>::Abi, *mut u32) -> HRESULT: Send,
unsafe extern "system" fn(*mut c_void, u32, *const <T as Type<T>>::Abi) -> HRESULT: Send,
PhantomData<T>: Send,
impl<T> Sync for IVector_Vtbl<T>where
unsafe extern "system" fn(*mut c_void, u32, *mut <T as Type<T>>::Abi) -> HRESULT: Sync,
unsafe extern "system" fn(*mut c_void, <T as Type<T>>::Abi, *mut u32, *mut bool) -> HRESULT: Sync,
unsafe extern "system" fn(*mut c_void, u32, <T as Type<T>>::Abi) -> HRESULT: Sync,
unsafe extern "system" fn(*mut c_void, <T as Type<T>>::Abi) -> HRESULT: Sync,
unsafe extern "system" fn(*mut c_void, u32, u32, *mut <T as Type<T>>::Abi, *mut u32) -> HRESULT: Sync,
unsafe extern "system" fn(*mut c_void, u32, *const <T as Type<T>>::Abi) -> HRESULT: Sync,
PhantomData<T>: Sync,
impl<T> Unpin for IVector_Vtbl<T>where
unsafe extern "system" fn(*mut c_void, u32, *mut <T as Type<T>>::Abi) -> HRESULT: Unpin,
unsafe extern "system" fn(*mut c_void, <T as Type<T>>::Abi, *mut u32, *mut bool) -> HRESULT: Unpin,
unsafe extern "system" fn(*mut c_void, u32, <T as Type<T>>::Abi) -> HRESULT: Unpin,
unsafe extern "system" fn(*mut c_void, <T as Type<T>>::Abi) -> HRESULT: Unpin,
unsafe extern "system" fn(*mut c_void, u32, u32, *mut <T as Type<T>>::Abi, *mut u32) -> HRESULT: Unpin,
unsafe extern "system" fn(*mut c_void, u32, *const <T as Type<T>>::Abi) -> HRESULT: Unpin,
PhantomData<T>: Unpin,
impl<T> UnsafeUnpin for IVector_Vtbl<T>where
unsafe extern "system" fn(*mut c_void, u32, *mut <T as Type<T>>::Abi) -> HRESULT: UnsafeUnpin,
unsafe extern "system" fn(*mut c_void, <T as Type<T>>::Abi, *mut u32, *mut bool) -> HRESULT: UnsafeUnpin,
unsafe extern "system" fn(*mut c_void, u32, <T as Type<T>>::Abi) -> HRESULT: UnsafeUnpin,
unsafe extern "system" fn(*mut c_void, <T as Type<T>>::Abi) -> HRESULT: UnsafeUnpin,
unsafe extern "system" fn(*mut c_void, u32, u32, *mut <T as Type<T>>::Abi, *mut u32) -> HRESULT: UnsafeUnpin,
unsafe extern "system" fn(*mut c_void, u32, *const <T as Type<T>>::Abi) -> HRESULT: UnsafeUnpin,
PhantomData<T>: UnsafeUnpin,
impl<T> UnwindSafe for IVector_Vtbl<T>where
unsafe extern "system" fn(*mut c_void, u32, *mut <T as Type<T>>::Abi) -> HRESULT: UnwindSafe,
unsafe extern "system" fn(*mut c_void, <T as Type<T>>::Abi, *mut u32, *mut bool) -> HRESULT: UnwindSafe,
unsafe extern "system" fn(*mut c_void, u32, <T as Type<T>>::Abi) -> HRESULT: UnwindSafe,
unsafe extern "system" fn(*mut c_void, <T as Type<T>>::Abi) -> HRESULT: UnwindSafe,
unsafe extern "system" fn(*mut c_void, u32, u32, *mut <T as Type<T>>::Abi, *mut u32) -> HRESULT: UnwindSafe,
unsafe extern "system" fn(*mut c_void, u32, *const <T as Type<T>>::Abi) -> HRESULT: UnwindSafe,
PhantomData<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