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