windows::Win32::Media::MediaPlayer

Trait IWMPPluginEnable_Impl

pub trait IWMPPluginEnable_Impl: IUnknownImpl {
    // Required methods
    fn SetEnable(&self, fenable: BOOL) -> Result<()>;
    fn GetEnable(&self, pfenable: *mut BOOL) -> Result<()>;
}

Required Methods§

fn SetEnable(&self, fenable: BOOL) -> Result<()>

fn GetEnable(&self, pfenable: *mut 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.

Implementors§