windows::Win32::Media::MediaPlayer

Trait IWMPDownloadManager_Impl

pub trait IWMPDownloadManager_Impl: IDispatch_Impl {
    // Required methods
    fn getDownloadCollection(
        &self,
        lcollectionid: i32,
    ) -> Result<IWMPDownloadCollection>;
    fn createDownloadCollection(&self) -> Result<IWMPDownloadCollection>;
}

Required Methods§

fn getDownloadCollection( &self, lcollectionid: i32, ) -> Result<IWMPDownloadCollection>

fn createDownloadCollection(&self) -> Result<IWMPDownloadCollection>

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§