windows::Win32::UI::Shell::PropertiesSystem

Trait IPropertyDescriptionSearchInfo_Impl

pub trait IPropertyDescriptionSearchInfo_Impl: IPropertyDescription_Impl {
    // Required methods
    fn GetSearchInfoFlags(&self) -> Result<PROPDESC_SEARCHINFO_FLAGS>;
    fn GetColumnIndexType(&self) -> Result<PROPDESC_COLUMNINDEX_TYPE>;
    fn GetProjectionString(&self) -> Result<PWSTR>;
    fn GetMaxSize(&self) -> Result<u32>;
}

Required Methods§

fn GetSearchInfoFlags(&self) -> Result<PROPDESC_SEARCHINFO_FLAGS>

fn GetColumnIndexType(&self) -> Result<PROPDESC_COLUMNINDEX_TYPE>

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

fn GetMaxSize(&self) -> Result<u32>

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§