Struct windows::Win32::System::Com::ITypeComp_Vtbl
#[repr(C)]pub struct ITypeComp_Vtbl {
pub base__: IUnknown_Vtbl,
pub Bind: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u16, _: *mut *mut c_void, _: *mut DESCKIND, _: *mut BINDPTR) -> HRESULT,
pub BindType: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Bind: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u16, _: *mut *mut c_void, _: *mut DESCKIND, _: *mut BINDPTR) -> HRESULT
§BindType: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ITypeComp_Vtbl
impl ITypeComp_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITypeComp_Vtblwhere
Identity: ITypeComp_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITypeComp_Vtbl
impl RefUnwindSafe for ITypeComp_Vtbl
impl Send for ITypeComp_Vtbl
impl Sync for ITypeComp_Vtbl
impl Unpin for ITypeComp_Vtbl
impl UnwindSafe for ITypeComp_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