pub struct IEventPublisher(/* private fields */);Implementations§
Source§impl IEventPublisher
impl IEventPublisher
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 Clone for IEventPublisher
impl Clone for IEventPublisher
Source§fn clone(&self) -> IEventPublisher
fn clone(&self) -> IEventPublisher
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IEventPublisher
impl Debug for IEventPublisher
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<&IEventPublisher> for IUnknown
impl From<&IEventPublisher> for IUnknown
Source§fn from(value: &IEventPublisher) -> Self
fn from(value: &IEventPublisher) -> 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<IEventPublisher> for IUnknown
impl From<IEventPublisher> for IUnknown
Source§fn from(value: IEventPublisher) -> Self
fn from(value: IEventPublisher) -> Self
Converts to this type from the input type.
Source§impl Interface for IEventPublisher
impl Interface for IEventPublisher
const IID: Guid
type Vtable = IEventPublisher_abi
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 IEventPublisher
impl<'a> IntoParam<'a, IDispatch> for IEventPublisher
fn into_param(self) -> Param<'a, IDispatch>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IEventPublisher
impl<'a> IntoParam<'a, IUnknown> for &'a IEventPublisher
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IEventPublisher
impl<'a> IntoParam<'a, IUnknown> for IEventPublisher
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IEventPublisher
impl PartialEq for IEventPublisher
impl Eq for IEventPublisher
impl StructuralPartialEq for IEventPublisher
Auto Trait Implementations§
impl Freeze for IEventPublisher
impl RefUnwindSafe for IEventPublisher
impl !Send for IEventPublisher
impl !Sync for IEventPublisher
impl Unpin for IEventPublisher
impl UnwindSafe for IEventPublisher
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