windows::Win32::System::Ole

Trait ISpecifyPropertyPages_Impl

pub trait ISpecifyPropertyPages_Impl: IUnknownImpl {
    // Required method
    fn GetPages(&self) -> Result<CAUUID>;
}

Required Methods§

fn GetPages(&self) -> Result<CAUUID>

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§