windows::Win32::Media::DeviceManager

Trait IWMDeviceManager2_Impl

pub trait IWMDeviceManager2_Impl: IWMDeviceManager_Impl {
    // Required methods
    fn GetDeviceFromCanonicalName(
        &self,
        pwszcanonicalname: &PCWSTR,
    ) -> Result<IWMDMDevice>;
    fn EnumDevices2(&self) -> Result<IWMDMEnumDevice>;
    fn Reinitialize(&self) -> Result<()>;
}

Required Methods§

fn GetDeviceFromCanonicalName( &self, pwszcanonicalname: &PCWSTR, ) -> Result<IWMDMDevice>

fn EnumDevices2(&self) -> Result<IWMDMEnumDevice>

fn Reinitialize(&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.

Implementors§