windows::Win32::Media::MediaPlayer

Trait IWMPSyncServices_Impl

pub trait IWMPSyncServices_Impl: IUnknownImpl {
    // Required methods
    fn deviceCount(&self, plcount: *mut i32) -> Result<()>;
    fn getDevice(&self, lindex: i32) -> Result<IWMPSyncDevice>;
}

Required Methods§

fn deviceCount(&self, plcount: *mut i32) -> Result<()>

fn getDevice(&self, lindex: i32) -> Result<IWMPSyncDevice>

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§