Struct windows::Foundation::Collections::IVectorView_Vtbl
#[repr(C)]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,
pub T: PhantomData<T>,
}
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) -> HRESULT
§T: PhantomData<T>
Implementations§
§impl<T: RuntimeType + 'static> IVectorView_Vtbl<T>
impl<T: RuntimeType + 'static> IVectorView_Vtbl<T>
pub const fn new<Identity, const OFFSET: isize>() -> IVectorView_Vtbl<T>where
Identity: IVectorView_Impl<T> + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl<T> Freeze for IVectorView_Vtbl<T>
impl<T> RefUnwindSafe for IVectorView_Vtbl<T>where
T: RefUnwindSafe,
impl<T> Send for IVectorView_Vtbl<T>where
T: Send,
impl<T> Sync for IVectorView_Vtbl<T>where
T: Sync,
impl<T> Unpin for IVectorView_Vtbl<T>where
T: Unpin,
impl<T> UnwindSafe for IVectorView_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