windows::Win32::System::ComponentServices

Trait IManagedPooledObj_Impl

pub trait IManagedPooledObj_Impl: IUnknownImpl {
    // Required method
    fn SetHeld(&self, m_bheld: BOOL) -> Result<()>;
}

Required Methods§

fn SetHeld(&self, m_bheld: 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§