Struct ICreateTypeLib2_Vtbl
#[repr(C)]pub struct ICreateTypeLib2_Vtbl {
pub base__: ICreateTypeLib_Vtbl,
pub DeleteTypeInfo: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetCustData: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const VARIANT) -> HRESULT,
pub SetHelpStringContext: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetHelpStringDll: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: ICreateTypeLib_Vtbl
§DeleteTypeInfo: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetCustData: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const VARIANT) -> HRESULT
§SetHelpStringContext: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetHelpStringDll: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl ICreateTypeLib2_Vtbl
impl ICreateTypeLib2_Vtbl
pub const fn new<Identity: ICreateTypeLib2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICreateTypeLib2_Vtbl
impl RefUnwindSafe for ICreateTypeLib2_Vtbl
impl Send for ICreateTypeLib2_Vtbl
impl Sync for ICreateTypeLib2_Vtbl
impl Unpin for ICreateTypeLib2_Vtbl
impl UnwindSafe for ICreateTypeLib2_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