windows::Win32::UI::Ribbon

Trait IUISimplePropertySet_Impl

pub trait IUISimplePropertySet_Impl: IUnknownImpl {
    // Required method
    fn GetValue(&self, key: *const PROPERTYKEY) -> Result<PROPVARIANT>;
}

Required Methods§

fn GetValue(&self, key: *const PROPERTYKEY) -> Result<PROPVARIANT>

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§