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

Trait IPropertyStoreCapabilities_Impl

pub trait IPropertyStoreCapabilities_Impl: IUnknownImpl {
    // Required method
    fn IsPropertyWritable(&self, key: *const PROPERTYKEY) -> HRESULT;
}

Required Methods§

fn IsPropertyWritable(&self, key: *const PROPERTYKEY) -> HRESULT

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§