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