pub struct IOleItemContainer(/* private fields */);Implementations§
Source§impl IOleItemContainer
impl IOleItemContainer
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
pub unsafe fn GetObject<'a, T0__: IntoParam<'a, PWSTR>, T2__: IntoParam<'a, IBindCtx>>( &self, pszitem: T0__, dwspeedneeded: u32, pbc: T2__, riid: *const Guid, ppvobject: *mut *mut c_void, ) -> ErrorCode
pub unsafe fn GetObjectStorage<'a, T0__: IntoParam<'a, PWSTR>, T1__: IntoParam<'a, IBindCtx>>( &self, pszitem: T0__, pbc: T1__, riid: *const Guid, ppvstorage: *mut *mut c_void, ) -> ErrorCode
pub unsafe fn IsRunning<'a, T0__: IntoParam<'a, PWSTR>>( &self, pszitem: T0__, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleItemContainer
impl Clone for IOleItemContainer
Source§fn clone(&self) -> IOleItemContainer
fn clone(&self) -> IOleItemContainer
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 IOleItemContainer
impl Debug for IOleItemContainer
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<&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<&IOleItemContainer> for IUnknown
impl From<&IOleItemContainer> for IUnknown
Source§fn from(value: &IOleItemContainer) -> Self
fn from(value: &IOleItemContainer) -> 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<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<IOleItemContainer> for IUnknown
impl From<IOleItemContainer> for IUnknown
Source§fn from(value: IOleItemContainer) -> Self
fn from(value: IOleItemContainer) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleItemContainer
impl Interface for IOleItemContainer
const IID: Guid
type Vtable = IOleItemContainer_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 IOleItemContainer
impl<'a> IntoParam<'a, IParseDisplayName> for &'a IOleItemContainer
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 IOleItemContainer
impl<'a> IntoParam<'a, IUnknown> for &'a IOleItemContainer
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleItemContainer
impl<'a> IntoParam<'a, IUnknown> for IOleItemContainer
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleItemContainer
impl PartialEq for IOleItemContainer
impl Eq for IOleItemContainer
impl StructuralPartialEq for IOleItemContainer
Auto Trait Implementations§
impl Freeze for IOleItemContainer
impl RefUnwindSafe for IOleItemContainer
impl !Send for IOleItemContainer
impl !Sync for IOleItemContainer
impl Unpin for IOleItemContainer
impl UnwindSafe for IOleItemContainer
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