windows::Win32::System::Search

Trait INamedEntity_Impl

pub trait INamedEntity_Impl: IUnknownImpl {
    // Required methods
    fn GetValue(&self) -> Result<PWSTR>;
    fn DefaultPhrase(&self, ppszphrase: *mut PWSTR) -> Result<()>;
}

Required Methods§

fn GetValue(&self) -> Result<PWSTR>

fn DefaultPhrase(&self, ppszphrase: *mut PWSTR) -> 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§