Trait IWMDeviceManager_Impl
pub trait IWMDeviceManager_Impl: IUnknownImpl {
// Required methods
fn GetRevision(&self) -> Result<u32>;
fn GetDeviceCount(&self) -> Result<u32>;
fn EnumDevices(&self) -> Result<IWMDMEnumDevice>;
}
Required Methods§
fn GetRevision(&self) -> Result<u32>
fn GetDeviceCount(&self) -> Result<u32>
fn EnumDevices(&self) -> Result<IWMDMEnumDevice>
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.