windows::Graphics::Imaging

Trait IBitmapPropertiesView_Impl

pub trait IBitmapPropertiesView_Impl: IUnknownImpl {
    // Required method
    fn GetPropertiesAsync(
        &self,
        propertiesToRetrieve: Ref<'_, IIterable<HSTRING>>,
    ) -> Result<IAsyncOperation<BitmapPropertySet>>;
}

Required Methods§

fn GetPropertiesAsync( &self, propertiesToRetrieve: Ref<'_, IIterable<HSTRING>>, ) -> Result<IAsyncOperation<BitmapPropertySet>>

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§