pub struct IOleContainer(/* private fields */);Implementations§
Source§impl IOleContainer
impl IOleContainer
pub unsafe fn ParseDisplayName<'a, T0__: IntoParam<'a, IBindCtx>, T1__: IntoParam<'a, PWSTR>>( &self, pbc: T0__, pszdisplayname: T1__, pcheaten: *mut u32, ppmkout: *mut Option<IMoniker>, ) -> ErrorCode
pub unsafe fn EnumObjects( &self, grfflags: u32, ppenum: *mut Option<IEnumUnknown>, ) -> ErrorCode
pub unsafe fn LockContainer<'a, T0__: IntoParam<'a, BOOL>>( &self, flock: T0__, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleContainer
impl Clone for IOleContainer
Source§fn clone(&self) -> IOleContainer
fn clone(&self) -> IOleContainer
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 IOleContainer
impl Debug for IOleContainer
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<&IOleContainer> for IUnknown
impl From<&IOleContainer> for IUnknown
Source§fn from(value: &IOleContainer) -> Self
fn from(value: &IOleContainer) -> Self
Converts to this type from the input type.
Source§impl From<&IOleItemContainer> for IOleContainer
impl From<&IOleItemContainer> for IOleContainer
Source§fn from(value: &IOleItemContainer) -> Self
fn from(value: &IOleItemContainer) -> 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<IOleContainer> for IUnknown
impl From<IOleContainer> for IUnknown
Source§fn from(value: IOleContainer) -> Self
fn from(value: IOleContainer) -> Self
Converts to this type from the input type.
Source§impl From<IOleItemContainer> for IOleContainer
impl From<IOleItemContainer> for IOleContainer
Source§fn from(value: IOleItemContainer) -> Self
fn from(value: IOleItemContainer) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleContainer
impl Interface for IOleContainer
const IID: Guid
type Vtable = IOleContainer_abi
Source§impl<'a> IntoParam<'a, IOleContainer> for &'a IOleItemContainer
impl<'a> IntoParam<'a, IOleContainer> for &'a IOleItemContainer
fn into_param(self) -> Param<'a, IOleContainer>
Source§impl<'a> IntoParam<'a, IOleContainer> for IOleItemContainer
impl<'a> IntoParam<'a, IOleContainer> for IOleItemContainer
fn into_param(self) -> Param<'a, IOleContainer>
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 IOleContainer
impl<'a> IntoParam<'a, IParseDisplayName> for IOleContainer
fn into_param(self) -> Param<'a, IParseDisplayName>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleContainer
impl<'a> IntoParam<'a, IUnknown> for &'a IOleContainer
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleContainer
impl<'a> IntoParam<'a, IUnknown> for IOleContainer
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleContainer
impl PartialEq for IOleContainer
impl Eq for IOleContainer
impl StructuralPartialEq for IOleContainer
Auto Trait Implementations§
impl Freeze for IOleContainer
impl RefUnwindSafe for IOleContainer
impl !Send for IOleContainer
impl !Sync for IOleContainer
impl Unpin for IOleContainer
impl UnwindSafe for IOleContainer
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