windows::Win32::System::Mmc

Trait IRequiredExtensions_Impl

pub trait IRequiredExtensions_Impl: IUnknownImpl {
    // Required methods
    fn EnableAllExtensions(&self) -> Result<()>;
    fn GetFirstExtension(&self) -> Result<GUID>;
    fn GetNextExtension(&self) -> Result<GUID>;
}

Required Methods§

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

fn GetFirstExtension(&self) -> Result<GUID>

fn GetNextExtension(&self) -> Result<GUID>

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§