#[repr(C)]pub struct ITypeComp {
pub lpVtbl: *const ITypeCompVtbl,
}
Fields§
§lpVtbl: *const ITypeCompVtbl
Implementations§
Source§impl ITypeComp
impl ITypeComp
pub unsafe fn Bind( &self, szName: LPOLESTR, lHashVal: ULONG, wFlags: WORD, ppTInfo: *mut *mut ITypeInfo, pDescKind: *mut DESCKIND, pBindPtr: *mut BINDPTR, ) -> HRESULT
pub unsafe fn BindType( &self, szName: LPOLESTR, lHashVal: ULONG, ppTInfo: *mut *mut ITypeInfo, ppTComp: *mut *mut ITypeComp, ) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ITypeComp
impl RefUnwindSafe for ITypeComp
impl !Send for ITypeComp
impl !Sync for ITypeComp
impl Unpin for ITypeComp
impl UnwindSafe for ITypeComp
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