windows::Storage::Provider

Trait IStorageProviderStatusUISource_Impl

pub trait IStorageProviderStatusUISource_Impl: IUnknownImpl {
    // Required methods
    fn GetStatusUI(&self) -> Result<StorageProviderStatusUI>;
    fn StatusUIChanged(
        &self,
        handler: Ref<'_, TypedEventHandler<IStorageProviderStatusUISource, IInspectable>>,
    ) -> Result<i64>;
    fn RemoveStatusUIChanged(&self, token: i64) -> Result<()>;
}

Required Methods§

fn GetStatusUI(&self) -> Result<StorageProviderStatusUI>

fn StatusUIChanged( &self, handler: Ref<'_, TypedEventHandler<IStorageProviderStatusUISource, IInspectable>>, ) -> Result<i64>

fn RemoveStatusUIChanged(&self, token: i64) -> Result<()>

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§