Struct ICatalogCollection_Vtbl
#[repr(C)]pub struct ICatalogCollection_Vtbl {Show 17 fields
pub base__: IDispatch_Vtbl,
pub _NewEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub get_Item: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub Count: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Remove: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Add: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Populate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SaveChanges: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetCollection: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT, _: *mut *mut c_void) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub AddEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub RemoveEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub GetUtilInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DataStoreMajorVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub DataStoreMinorVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub PopulateByKey: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
pub PopulateByQuery: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§_NewEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§get_Item: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§Count: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Remove: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Add: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Populate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SaveChanges: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GetCollection: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT, _: *mut *mut c_void) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§AddEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§RemoveEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§GetUtilInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DataStoreMajorVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§DataStoreMinorVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§PopulateByKey: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
§PopulateByQuery: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl ICatalogCollection_Vtbl
impl ICatalogCollection_Vtbl
pub const fn new<Identity: ICatalogCollection_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICatalogCollection_Vtbl
impl RefUnwindSafe for ICatalogCollection_Vtbl
impl Send for ICatalogCollection_Vtbl
impl Sync for ICatalogCollection_Vtbl
impl Unpin for ICatalogCollection_Vtbl
impl UnwindSafe for ICatalogCollection_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