pub struct IDispatch(/* private fields */);Implementations§
Source§impl IDispatch
impl IDispatch
pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut u32) -> ErrorCode
pub unsafe fn GetTypeInfo( &self, itinfo: u32, lcid: u32, pptinfo: *mut Option<ITypeInfo>, ) -> ErrorCode
pub unsafe fn GetIDsOfNames( &self, riid: *const Guid, rgsznames: *mut PWSTR, cnames: u32, lcid: u32, rgdispid: *mut i32, ) -> ErrorCode
Trait Implementations§
Source§impl From<&IEventProperty> for IDispatch
impl From<&IEventProperty> for IDispatch
Source§fn from(value: &IEventProperty) -> Self
fn from(value: &IEventProperty) -> Self
Converts to this type from the input type.
Source§impl From<&IEventPublisher> for IDispatch
impl From<&IEventPublisher> for IDispatch
Source§fn from(value: &IEventPublisher) -> Self
fn from(value: &IEventPublisher) -> Self
Converts to this type from the input type.
Source§impl From<&IFontEventsDisp> for IDispatch
impl From<&IFontEventsDisp> for IDispatch
Source§fn from(value: &IFontEventsDisp) -> Self
fn from(value: &IFontEventsDisp) -> Self
Converts to this type from the input type.
Source§impl From<&IPictureDisp> for IDispatch
impl From<&IPictureDisp> for IDispatch
Source§fn from(value: &IPictureDisp) -> Self
fn from(value: &IPictureDisp) -> Self
Converts to this type from the input type.
Source§impl From<IEventProperty> for IDispatch
impl From<IEventProperty> for IDispatch
Source§fn from(value: IEventProperty) -> Self
fn from(value: IEventProperty) -> Self
Converts to this type from the input type.
Source§impl From<IEventPublisher> for IDispatch
impl From<IEventPublisher> for IDispatch
Source§fn from(value: IEventPublisher) -> Self
fn from(value: IEventPublisher) -> Self
Converts to this type from the input type.
Source§impl From<IFontEventsDisp> for IDispatch
impl From<IFontEventsDisp> for IDispatch
Source§fn from(value: IFontEventsDisp) -> Self
fn from(value: IFontEventsDisp) -> Self
Converts to this type from the input type.
Source§impl From<IPictureDisp> for IDispatch
impl From<IPictureDisp> for IDispatch
Source§fn from(value: IPictureDisp) -> Self
fn from(value: IPictureDisp) -> Self
Converts to this type from the input type.
Source§impl Interface for IDispatch
impl Interface for IDispatch
const IID: Guid
type Vtable = IDispatch_abi
Source§impl<'a> IntoParam<'a, IDispatch> for &'a IEventProperty
impl<'a> IntoParam<'a, IDispatch> for &'a IEventProperty
fn into_param(self) -> Param<'a, IDispatch>
Source§impl<'a> IntoParam<'a, IDispatch> for &'a IEventPublisher
impl<'a> IntoParam<'a, IDispatch> for &'a IEventPublisher
fn into_param(self) -> Param<'a, IDispatch>
Source§impl<'a> IntoParam<'a, IDispatch> for &'a IFontDisp
impl<'a> IntoParam<'a, IDispatch> for &'a IFontDisp
fn into_param(self) -> Param<'a, IDispatch>
Source§impl<'a> IntoParam<'a, IDispatch> for &'a IFontEventsDisp
impl<'a> IntoParam<'a, IDispatch> for &'a IFontEventsDisp
fn into_param(self) -> Param<'a, IDispatch>
Source§impl<'a> IntoParam<'a, IDispatch> for &'a IPictureDisp
impl<'a> IntoParam<'a, IDispatch> for &'a IPictureDisp
fn into_param(self) -> Param<'a, IDispatch>
Source§impl<'a> IntoParam<'a, IDispatch> for IEventProperty
impl<'a> IntoParam<'a, IDispatch> for IEventProperty
fn into_param(self) -> Param<'a, IDispatch>
Source§impl<'a> IntoParam<'a, IDispatch> for IEventPublisher
impl<'a> IntoParam<'a, IDispatch> for IEventPublisher
fn into_param(self) -> Param<'a, IDispatch>
Source§impl<'a> IntoParam<'a, IDispatch> for IFontDisp
impl<'a> IntoParam<'a, IDispatch> for IFontDisp
fn into_param(self) -> Param<'a, IDispatch>
Source§impl<'a> IntoParam<'a, IDispatch> for IFontEventsDisp
impl<'a> IntoParam<'a, IDispatch> for IFontEventsDisp
fn into_param(self) -> Param<'a, IDispatch>
Source§impl<'a> IntoParam<'a, IDispatch> for IPictureDisp
impl<'a> IntoParam<'a, IDispatch> for IPictureDisp
fn into_param(self) -> Param<'a, IDispatch>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IDispatch
impl<'a> IntoParam<'a, IUnknown> for &'a IDispatch
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IDispatch
impl<'a> IntoParam<'a, IUnknown> for IDispatch
fn into_param(self) -> Param<'a, IUnknown>
impl Eq for IDispatch
impl StructuralPartialEq for IDispatch
Auto Trait Implementations§
impl Freeze for IDispatch
impl RefUnwindSafe for IDispatch
impl !Send for IDispatch
impl !Sync for IDispatch
impl Unpin for IDispatch
impl UnwindSafe for IDispatch
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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