pub struct IFontDisp(/* private fields */);Implementations§
Source§impl IFontDisp
impl IFontDisp
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 Interface for IFontDisp
impl Interface for IFontDisp
const IID: Guid
type Vtable = IFontDisp_abi
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 IFontDisp
impl<'a> IntoParam<'a, IDispatch> for IFontDisp
fn into_param(self) -> Param<'a, IDispatch>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IFontDisp
impl<'a> IntoParam<'a, IUnknown> for &'a IFontDisp
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IFontDisp
impl<'a> IntoParam<'a, IUnknown> for IFontDisp
fn into_param(self) -> Param<'a, IUnknown>
impl Eq for IFontDisp
impl StructuralPartialEq for IFontDisp
Auto Trait Implementations§
impl Freeze for IFontDisp
impl RefUnwindSafe for IFontDisp
impl !Send for IFontDisp
impl !Sync for IFontDisp
impl Unpin for IFontDisp
impl UnwindSafe for IFontDisp
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