windows::Win32::System::ComponentServices

Trait IObjectControl_Impl

pub trait IObjectControl_Impl: IUnknownImpl {
    // Required methods
    fn Activate(&self) -> Result<()>;
    fn Deactivate(&self);
    fn CanBePooled(&self) -> BOOL;
}

Required Methods§

fn Activate(&self) -> Result<()>

fn Deactivate(&self)

fn CanBePooled(&self) -> BOOL

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§