windows::Win32::System::ComponentServices

Trait IManagedObjectInfo_Impl

pub trait IManagedObjectInfo_Impl: IUnknownImpl {
    // Required methods
    fn GetIUnknown(&self) -> Result<IUnknown>;
    fn GetIObjectControl(&self) -> Result<IObjectControl>;
    fn SetInPool(
        &self,
        binpool: BOOL,
        ppooledobj: Ref<'_, IManagedPooledObj>,
    ) -> Result<()>;
    fn SetWrapperStrength(&self, bstrong: BOOL) -> Result<()>;
}

Required Methods§

fn GetIUnknown(&self) -> Result<IUnknown>

fn GetIObjectControl(&self) -> Result<IObjectControl>

fn SetInPool( &self, binpool: BOOL, ppooledobj: Ref<'_, IManagedPooledObj>, ) -> Result<()>

fn SetWrapperStrength(&self, bstrong: BOOL) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§