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