pub struct IEventProperty(/* private fields */);Implementations§
Source§impl IEventProperty
impl IEventProperty
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 IEventProperty
impl Clone for IEventProperty
Source§fn clone(&self) -> IEventProperty
fn clone(&self) -> IEventProperty
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 IEventProperty
impl Debug for IEventProperty
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<&IEventProperty> for IUnknown
impl From<&IEventProperty> for IUnknown
Source§fn from(value: &IEventProperty) -> Self
fn from(value: &IEventProperty) -> 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<IEventProperty> for IUnknown
impl From<IEventProperty> for IUnknown
Source§fn from(value: IEventProperty) -> Self
fn from(value: IEventProperty) -> Self
Converts to this type from the input type.
Source§impl Interface for IEventProperty
impl Interface for IEventProperty
const IID: Guid
type Vtable = IEventProperty_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 IEventProperty
impl<'a> IntoParam<'a, IDispatch> for IEventProperty
fn into_param(self) -> Param<'a, IDispatch>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IEventProperty
impl<'a> IntoParam<'a, IUnknown> for &'a IEventProperty
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IEventProperty
impl<'a> IntoParam<'a, IUnknown> for IEventProperty
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IEventProperty
impl PartialEq for IEventProperty
impl Eq for IEventProperty
impl StructuralPartialEq for IEventProperty
Auto Trait Implementations§
impl Freeze for IEventProperty
impl RefUnwindSafe for IEventProperty
impl !Send for IEventProperty
impl !Sync for IEventProperty
impl Unpin for IEventProperty
impl UnwindSafe for IEventProperty
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