Trait IWindowsMediaLibrarySharingDeviceProperties_Impl
pub trait IWindowsMediaLibrarySharingDeviceProperties_Impl: IDispatch_Impl {
// Required methods
fn get_Item(
&self,
index: i32,
) -> Result<IWindowsMediaLibrarySharingDeviceProperty>;
fn Count(&self) -> Result<i32>;
fn GetProperty(
&self,
name: &BSTR,
) -> Result<IWindowsMediaLibrarySharingDeviceProperty>;
}
Required Methods§
fn get_Item( &self, index: i32, ) -> Result<IWindowsMediaLibrarySharingDeviceProperty>
fn Count(&self) -> Result<i32>
fn GetProperty( &self, name: &BSTR, ) -> Result<IWindowsMediaLibrarySharingDeviceProperty>
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.