pub struct IVectorView_Vtbl<T>where
T: RuntimeType + 'static,{
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 IndexOf: unsafe extern "system" fn(*mut c_void, AbiType<T>, *mut u32, *mut bool) -> HRESULT,
pub GetMany: unsafe extern "system" fn(*mut c_void, u32, u32, *mut AbiType<T>, *mut u32) -> 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§IndexOf: unsafe extern "system" fn(*mut c_void, AbiType<T>, *mut u32, *mut bool) -> HRESULT§GetMany: unsafe extern "system" fn(*mut c_void, u32, u32, *mut AbiType<T>, *mut u32) -> HRESULTImplementations§
Auto Trait Implementations§
impl<T> Freeze for IVectorView_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, u32, *mut <T as Type<T>>::Abi, *mut u32) -> HRESULT: Freeze,
PhantomData<T>: Freeze,
impl<T> RefUnwindSafe for IVectorView_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, u32, *mut <T as Type<T>>::Abi, *mut u32) -> HRESULT: RefUnwindSafe,
PhantomData<T>: RefUnwindSafe,
impl<T> Send for IVectorView_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, u32, *mut <T as Type<T>>::Abi, *mut u32) -> HRESULT: Send,
PhantomData<T>: Send,
impl<T> Sync for IVectorView_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, u32, *mut <T as Type<T>>::Abi, *mut u32) -> HRESULT: Sync,
PhantomData<T>: Sync,
impl<T> Unpin for IVectorView_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, u32, *mut <T as Type<T>>::Abi, *mut u32) -> HRESULT: Unpin,
PhantomData<T>: Unpin,
impl<T> UnsafeUnpin for IVectorView_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, u32, *mut <T as Type<T>>::Abi, *mut u32) -> HRESULT: UnsafeUnpin,
PhantomData<T>: UnsafeUnpin,
impl<T> UnwindSafe for IVectorView_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, u32, *mut <T as Type<T>>::Abi, *mut u32) -> 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