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