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