Struct CIE4ConnectionPoint_Vtbl
#[repr(C)]pub struct CIE4ConnectionPoint_Vtbl {
    pub base__: IConnectionPoint_Vtbl,
    pub DoInvokeIE4: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: *mut *mut c_void, _: i32, _: *mut DISPPARAMS) -> HRESULT,
    pub DoInvokePIDLIE4: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut ITEMIDLIST, _: BOOL) -> HRESULT,
}Fields§
§base__: IConnectionPoint_Vtbl§DoInvokeIE4: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: *mut *mut c_void, _: i32, _: *mut DISPPARAMS) -> HRESULT§DoInvokePIDLIE4: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut ITEMIDLIST, _: BOOL) -> HRESULTImplementations§
§impl CIE4ConnectionPoint_Vtbl
 
impl CIE4ConnectionPoint_Vtbl
pub const fn new<Identity: CIE4ConnectionPoint_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for CIE4ConnectionPoint_Vtbl
impl RefUnwindSafe for CIE4ConnectionPoint_Vtbl
impl Send for CIE4ConnectionPoint_Vtbl
impl Sync for CIE4ConnectionPoint_Vtbl
impl Unpin for CIE4ConnectionPoint_Vtbl
impl UnwindSafe for CIE4ConnectionPoint_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