Trait IWMPLibraryServices_Impl
pub trait IWMPLibraryServices_Impl: IUnknownImpl {
// Required methods
fn getCountByType(
&self,
wmplt: WMPLibraryType,
plcount: *mut i32,
) -> Result<()>;
fn getLibraryByType(
&self,
wmplt: WMPLibraryType,
lindex: i32,
) -> Result<IWMPLibrary>;
}
Required Methods§
fn getCountByType(&self, wmplt: WMPLibraryType, plcount: *mut i32) -> Result<()>
fn getLibraryByType( &self, wmplt: WMPLibraryType, lindex: i32, ) -> Result<IWMPLibrary>
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.