Struct IDispatchEx_Vtbl
#[repr(C)]pub struct IDispatchEx_Vtbl {
pub base__: IDispatch_Vtbl,
pub GetDispID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut i32) -> HRESULT,
pub InvokeEx: unsafe extern "system" fn(_: *mut c_void, _: i32, _: u32, _: u16, _: *const DISPPARAMS, _: *mut VARIANT, _: *mut EXCEPINFO, _: *mut c_void) -> HRESULT,
pub DeleteMemberByName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub DeleteMemberByDispID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetMemberProperties: unsafe extern "system" fn(_: *mut c_void, _: i32, _: u32, _: *mut FDEX_PROP_FLAGS) -> HRESULT,
pub GetMemberName: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub GetNextDispID: unsafe extern "system" fn(_: *mut c_void, _: u32, _: i32, _: *mut i32) -> HRESULT,
pub GetNameSpaceParent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§GetDispID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut i32) -> HRESULT
§InvokeEx: unsafe extern "system" fn(_: *mut c_void, _: i32, _: u32, _: u16, _: *const DISPPARAMS, _: *mut VARIANT, _: *mut EXCEPINFO, _: *mut c_void) -> HRESULT
§DeleteMemberByName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§DeleteMemberByDispID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§GetMemberProperties: unsafe extern "system" fn(_: *mut c_void, _: i32, _: u32, _: *mut FDEX_PROP_FLAGS) -> HRESULT
§GetMemberName: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§GetNextDispID: unsafe extern "system" fn(_: *mut c_void, _: u32, _: i32, _: *mut i32) -> HRESULT
§GetNameSpaceParent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDispatchEx_Vtbl
impl IDispatchEx_Vtbl
pub const fn new<Identity: IDispatchEx_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDispatchEx_Vtbl
impl RefUnwindSafe for IDispatchEx_Vtbl
impl Send for IDispatchEx_Vtbl
impl Sync for IDispatchEx_Vtbl
impl Unpin for IDispatchEx_Vtbl
impl UnwindSafe for IDispatchEx_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