Trait IWMPCdromCollection_Impl
pub trait IWMPCdromCollection_Impl: IDispatch_Impl {
// Required methods
fn count(&self, plcount: *mut i32) -> Result<()>;
fn item(&self, lindex: i32) -> Result<IWMPCdrom>;
fn getByDriveSpecifier(
&self,
bstrdrivespecifier: &BSTR,
) -> Result<IWMPCdrom>;
}
Required Methods§
fn count(&self, plcount: *mut i32) -> Result<()>
fn item(&self, lindex: i32) -> Result<IWMPCdrom>
fn getByDriveSpecifier(&self, bstrdrivespecifier: &BSTR) -> Result<IWMPCdrom>
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.