Trait IWMPCdrom_Impl
pub trait IWMPCdrom_Impl: IDispatch_Impl {
// Required methods
fn driveSpecifier(&self, pbstrdrive: *mut BSTR) -> Result<()>;
fn playlist(&self) -> Result<IWMPPlaylist>;
fn eject(&self) -> Result<()>;
}
Required Methods§
fn driveSpecifier(&self, pbstrdrive: *mut BSTR) -> Result<()>
fn playlist(&self) -> Result<IWMPPlaylist>
fn eject(&self) -> 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.