#[repr(C)]pub struct IObjectCollection_Vtbl {
pub base__: IObjectArray_Vtbl,
pub AddObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddFromArray: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveObjectAt: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IObjectArray_Vtbl
§AddObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AddFromArray: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveObjectAt: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IObjectCollection_Vtbl
impl IObjectCollection_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IObjectCollection_Vtblwhere
Identity: IObjectCollection_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IObjectCollection_Vtbl
impl RefUnwindSafe for IObjectCollection_Vtbl
impl Send for IObjectCollection_Vtbl
impl Sync for IObjectCollection_Vtbl
impl Unpin for IObjectCollection_Vtbl
impl UnwindSafe for IObjectCollection_Vtbl
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