windows::Win32::System::Mmc

Trait INodeProperties_Impl

pub trait INodeProperties_Impl: IUnknownImpl {
    // Required method
    fn GetProperty(
        &self,
        pdataobject: Ref<'_, IDataObject>,
        szpropertyname: &BSTR,
    ) -> Result<BSTR>;
}

Required Methods§

fn GetProperty( &self, pdataobject: Ref<'_, IDataObject>, szpropertyname: &BSTR, ) -> Result<BSTR>

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§