Trait IWMPPlayerApplication_Impl
pub trait IWMPPlayerApplication_Impl: IDispatch_Impl {
// Required methods
fn switchToPlayerApplication(&self) -> Result<()>;
fn switchToControl(&self) -> Result<()>;
fn playerDocked(&self, pbplayerdocked: *mut VARIANT_BOOL) -> Result<()>;
fn hasDisplay(&self, pbhasdisplay: *mut VARIANT_BOOL) -> Result<()>;
}
Required Methods§
fn switchToPlayerApplication(&self) -> Result<()>
fn switchToControl(&self) -> Result<()>
fn playerDocked(&self, pbplayerdocked: *mut VARIANT_BOOL) -> Result<()>
fn hasDisplay(&self, pbhasdisplay: *mut VARIANT_BOOL) -> 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.