Struct windows::Win32::System::Com::ITypeLib2_Vtbl
#[repr(C)]pub struct ITypeLib2_Vtbl {
pub base__: ITypeLib_Vtbl,
pub GetCustData: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub GetLibStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetDocumentation2: unsafe extern "system" fn(_: *mut c_void, _: i32, _: u32, _: *mut MaybeUninit<BSTR>, _: *mut u32, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetAllCustData: unsafe extern "system" fn(_: *mut c_void, _: *mut CUSTDATA) -> HRESULT,
}
Fields§
§base__: ITypeLib_Vtbl
§GetCustData: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§GetLibStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§GetDocumentation2: unsafe extern "system" fn(_: *mut c_void, _: i32, _: u32, _: *mut MaybeUninit<BSTR>, _: *mut u32, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetAllCustData: unsafe extern "system" fn(_: *mut c_void, _: *mut CUSTDATA) -> HRESULT
Implementations§
§impl ITypeLib2_Vtbl
impl ITypeLib2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITypeLib2_Vtblwhere
Identity: ITypeLib2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITypeLib2_Vtbl
impl RefUnwindSafe for ITypeLib2_Vtbl
impl Send for ITypeLib2_Vtbl
impl Sync for ITypeLib2_Vtbl
impl Unpin for ITypeLib2_Vtbl
impl UnwindSafe for ITypeLib2_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